diff tests/js-timer/main.cpp @ 256:f04acabfbbe5

CMake: switch to NSIS with various fixes, closes #533
author David Demelier <markand@malikania.fr>
date Mon, 12 Sep 2016 17:54:27 +0200
parents 79d9840811a1
children 7227203a9a70
line wrap: on
line diff
--- a/tests/js-timer/main.cpp	Thu Sep 08 13:11:10 2016 +0200
+++ b/tests/js-timer/main.cpp	Mon Sep 12 17:54:27 2016 +0200
@@ -95,7 +95,7 @@
     // Needed for some components.
     sys::setProgramName("irccd");
     path::setApplicationPath(argv[0]);
-    log::setInterface(std::make_unique<log::Silent>());
+    log::setLogger(std::make_unique<log::SilentLogger>());
     log::setVerbose(true);
     testing::InitGoogleTest(&argc, argv);