commit | 1cf5c4320d364a43cc6a498411ef100319accff9 | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Fri Jan 13 23:22:15 2017 -0800 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Sat Jan 14 12:25:10 2017 -0800 |
tree | 687b8eb7d0f21d995c05a45e3d2148bc49c030d3 | |
parent | ccdcdba2e61d41843fa2a32fda095340b87374f2 [diff] [blame] |
Make use of logger provided by ndn-cxx This commit also introduces a basic implmentation of DummyForwarder to remove dependency on (and uncertainty of) the running instance of NFD. Change-Id: Iba9fcbf3d3ebb1a5ae47018ad3be5d7d2b9c7462
diff --git a/osx/auto-update/sparkle-auto-update.mm b/osx/auto-update/sparkle-auto-update.mm index 388dce7..d64079b 100644 --- a/osx/auto-update/sparkle-auto-update.mm +++ b/osx/auto-update/sparkle-auto-update.mm
@@ -25,7 +25,7 @@ #include "logging.hpp" -INIT_LOGGER("SparkeAutoUpdate"); +_LOG_INIT(SparkeAutoUpdate); class SparkleAutoUpdate::Private {