X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2FMoof%2FLog.cc;h=783aec5087d22a29e3009c305767502f4e16458e;hb=565445cda1dd3e9db8000c4a194831dc296a203d;hp=3094642565e96550f1ac3ee434296c80dac9a6d6;hpb=4f62ce947db282f0bbf4d49b3aafb83d7cf51adc;p=chaz%2Fyoink 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: ");