From: Vitaliy Cherepanov Date: Mon, 25 Nov 2013 09:33:52 +0000 (+0400) Subject: [IMPROVE] add MSG_ERR support X-Git-Tag: Tizen_SDK_2.3~100 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1cedc22b3d2a917d9e9a575f96947257e1e3f5cf;p=platform%2Fcore%2Fsystem%2Fswap-probe.git [IMPROVE] add MSG_ERR support Change-Id: I9c5c4d8bf24949c8c86b9693d11c3c591c66cb5d Signed-off-by: Vitaliy Cherepanov --- diff --git a/include/daprobe.h b/include/daprobe.h index 13484f2..18d1e72 100644 --- a/include/daprobe.h +++ b/include/daprobe.h @@ -138,6 +138,7 @@ int getBacktraceString(log_t* log, int bufsize); // ========================= print log ===================================== #define PRINTMSG(msg) printLogStr(msg, MSG_MSG) +#define PRINTERR(msg) printLogStr(msg, MSG_ERROR) #define INIT_INFO \ info.host_ip = 0; \