Reverting accidentally committed changes.

Thanks, Bernhard!
This commit is contained in:
Robin Sommer 2012-07-24 11:16:03 -07:00
parent 0d748c117d
commit 43752b3d9f
2 changed files with 1 additions and 2 deletions

View file

@ -39,7 +39,7 @@ bool None::DoInit(const WriterInfo& info, int num_fields,
std::cout << std::endl;
}
return false;
return true;
}
bool None::DoRotate(const char* rotated_path, double open, double close, bool terminating)

View file

@ -346,7 +346,6 @@ void MsgThread::Run()
{
string s = Fmt("%s failed, terminating thread (MsgThread)", Name());
Error(s.c_str());
Kill();
break;
}