1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-27 12:41:15 +02:00

Initialise logger

This commit is contained in:
Eelco Dolstra 2017-04-12 14:52:49 +02:00
parent 16c4856027
commit 31cc9366fc
No known key found for this signature in database
GPG key ID: 8170B4726D7198DE
3 changed files with 1 additions and 4 deletions

View file

@ -3,7 +3,7 @@
namespace nix {
Logger * logger = 0;
Logger * logger = makeDefaultLogger();
class SimpleLogger : public Logger
{