Adding removal subscriber

This commit is contained in:
stephb9959
2022-03-07 14:39:49 -08:00
parent 1c33a4640f
commit b2bd7adfcc

View File

@@ -82,8 +82,8 @@ using namespace std::chrono_literals;
#include "ow_version.h"
// #define _OWDEBUG_ std::cout<< __FILE__ <<":" << __LINE__ << std::endl;
#define _OWDEBUG_ Logger().debug(Poco::format("%s: %lu",__FILE__,__LINE__));
#define _OWDEBUG_ std::cout<< __FILE__ <<":" << __LINE__ << std::endl;
// #define _OWDEBUG_ Logger().debug(Poco::format("%s: %lu",__FILE__,__LINE__));
namespace OpenWifi {
inline uint64_t Now() { return std::time(nullptr); };