diff --git a/src/util.h b/src/util.h index abd7e7b..0c92506 100644 --- a/src/util.h +++ b/src/util.h @@ -267,7 +267,7 @@ inline void loginfo(const string s){ logmtx.lock(); time_t tt = time(NULL); tm* t= localtime(&tt); - cerr<<"["<tm_hour<<":"<tm_min<<":"<tm_sec<<"] "<tm_hour, t->tm_min, t->tm_sec); logmtx.unlock(); }