X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fyoink;a=blobdiff_plain;f=src%2FMoof%2FLog.cc;h=783aec5087d22a29e3009c305767502f4e16458e;hp=3094642565e96550f1ac3ee434296c80dac9a6d6;hb=987971a961454d97082c6448fdc0bbeb540281bb;hpb=be9ebc1104574e5e81e19c5caba0c23b54df826d diff --git a/src/Moof/Log.cc b/src/Moof/Log.cc index 3094642..783aec5 100644 --- a/src/Moof/Log.cc +++ b/src/Moof/Log.cc @@ -49,9 +49,9 @@ Log::Level Log::getLevel() } -static std::ofstream nullLog_; - std::ostream& log(std::clog); + +static std::ofstream nullLog_; std::ostream& nullLog(nullLog_); Log logError(Log::ERRORR, " error: ");