diff options
author | Mohamed Ashiq <ashiq333@gmail.com> | 2015-05-19 15:21:46 +0530 |
---|---|---|
committer | Pranith Kumar Karampuri <pkarampu@redhat.com> | 2015-06-24 23:29:28 -0700 |
commit | a9b6933ef097d2a81ce21a8aeda2acc569cd1509 (patch) | |
tree | ca91427bc1ddeb0b37590c9a999a0048900e1579 /libglusterfs/src/event.c | |
parent | 6853d5091dd52059490e5e548c06faf1306079df (diff) |
event,parse-utils,quota-common-utils,rbthash/libglusterfs : Porting to new logging framework
Change-Id: I13ae9a97fe442c06cf50fe77c63718ea0858dc4d
BUG: 1194640
Signed-off-by: Mohamed Ashiq <ashiq333@gmail.com>
Reviewed-on: http://review.gluster.org/10823
Tested-by: NetBSD Build System <jenkins@build.gluster.org>
Reviewed-by: Pranith Kumar Karampuri <pkarampu@redhat.com>
Diffstat (limited to 'libglusterfs/src/event.c')
-rw-r--r-- | libglusterfs/src/event.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libglusterfs/src/event.c b/libglusterfs/src/event.c index ab93f6c1f12..da5704bc0ea 100644 --- a/libglusterfs/src/event.c +++ b/libglusterfs/src/event.c @@ -20,6 +20,7 @@ #include "event.h" #include "mem-pool.h" #include "common-utils.h" +#include "libglusterfs-messages.h" @@ -37,7 +38,7 @@ event_pool_new (int count, int eventthreadcount) if (event_pool) { event_pool->ops = &event_ops_epoll; } else { - gf_log ("event", GF_LOG_WARNING, + gf_msg ("event", GF_LOG_WARNING, 0, LG_MSG_FALLBACK_TO_POLL, "falling back to poll based event handling"); } #endif |