wangzhengquan
2020-07-09 9e418158e309ce5d02bdf296f3bed2c5d533eee0
include/usgcommon/logger.h
@@ -14,7 +14,7 @@
      vsnprintf(buf, MAXBUF-1, fmt, ap);
      strcat(buf, "\n");
      fflush(stdout);      /* in case stdout and stderr are the same */
      fputs(buf, stderr);
      fputs(buf, stdout);
      fflush(NULL);      /* flushes all stdio output streams */
   }
public: