Compare commits

...

2 Commits

  1. 3
      DEPENDENCIES
  2. 2
      src/pEpLog.cc

3
DEPENDENCIES

@ -0,0 +1,3 @@
# libpEpCxx11 for release branch 3.2
# The aim of libpEpCxx11 for dependencies is to have none (except libstdc++)

2
src/pEpLog.cc

@ -26,10 +26,8 @@ namespace pEp {
{
if (enabled && !get_enabled()) {
is_enabled.store(true);
pEpLog("pEpLog enabled...");
}
if (!enabled && get_enabled()) {
pEpLog("pEpLog disabled...");
is_enabled.store(false);
}
}

Loading…
Cancel
Save