MXS-2014 Temporarily fix broken token pasting

This commit is contained in:
Johan Wikman
2018-08-16 11:24:01 +03:00
parent 19684deb69
commit 876cf7c86f

View File

@ -299,7 +299,7 @@ int mxb_log_oom(const char* message);
* *
* @return 0 for success, non-zero otherwise. * @return 0 for success, non-zero otherwise.
*/ */
#define MXB_OOM_MESSAGE(message) mxb_log_oom("OOM: " ## message ## "\n") #define MXB_OOM_MESSAGE(message) mxb_log_oom(message)
/** /**
* Log an out of memory error using a default message. * Log an out of memory error using a default message.