Revert "Changed note to notify #4745"

This reverts commit 5006adedfe.

Conflicts:
	src/test/unittests/ipc/IpcLogOutputterTests.cpp
This commit is contained in:
Jerry (Xinyu Hou)
2015-07-09 13:34:49 -07:00
parent 69a6038cf9
commit a8cf9173c8
6 changed files with 24 additions and 22 deletions

View File

@@ -27,7 +27,7 @@ enum ELevel {
kFATAL, //!< For fatal errors
kERROR, //!< For serious errors
kWARNING, //!< For minor errors and warnings
kNOTIFY, //!< For messages about notable events
kNOTE, //!< For messages about notable events
kINFO, //!< For informational messages
kDEBUG, //!< For important debugging messages
kDEBUG1, //!< For verbosity +1 debugging messages

View File

@@ -203,7 +203,7 @@ otherwise it expands to a call that doesn't.
#define CLOG_CRIT CLOG_TRACE "%z\060" // char is '0'
#define CLOG_ERR CLOG_TRACE "%z\061"
#define CLOG_WARN CLOG_TRACE "%z\062"
#define CLOG_NOTIFY CLOG_TRACE "%z\063"
#define CLOG_NOTE CLOG_TRACE "%z\063"
#define CLOG_INFO CLOG_TRACE "%z\064"
#define CLOG_DEBUG CLOG_TRACE "%z\065"
#define CLOG_DEBUG1 CLOG_TRACE "%z\066"