Tweaked debug message verbosity.

This commit is contained in:
Thulinma 2015-03-18 14:32:01 +01:00
parent 3c8cc43ad9
commit a9a7ff7202
2 changed files with 3 additions and 3 deletions

View file

@ -31,8 +31,8 @@ namespace Controller {
char buffer [100];
time (&rawtime);
timeinfo = localtime (&rawtime);
strftime (buffer,100,"%b %d %Y -- %H:%M",timeinfo);
std::cout << "(" << buffer << ") [" << kind << "] " << message << std::endl;
strftime(buffer,100,"%F %H:%M:%S",timeinfo);
std::cout << "[" << buffer << "] " << kind << ": " << message << std::endl;
}
///\brief Write contents to Filename