summaryrefslogtreecommitdiffstats
path: root/api/src/glfs-fops.c
diff options
context:
space:
mode:
Diffstat (limited to 'api/src/glfs-fops.c')
-rw-r--r--api/src/glfs-fops.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/api/src/glfs-fops.c b/api/src/glfs-fops.c
index eaf18051f9c..f17d7212d39 100644
--- a/api/src/glfs-fops.c
+++ b/api/src/glfs-fops.c
@@ -3804,8 +3804,8 @@ priv_glfs_process_upcall_event (struct glfs *fs, void *data)
struct gf_upcall *upcall_data = NULL;
struct glfs_object *object = NULL;
- gf_log (THIS->name, GF_LOG_DEBUG,
- "Upcall gfapi callback is called");
+ gf_msg_debug (THIS->name, 0,
+ "Upcall gfapi callback is called");
if (!fs || !data)
goto out;
@@ -3830,15 +3830,15 @@ priv_glfs_process_upcall_event (struct glfs *fs, void *data)
upcall_data = (struct gf_upcall *)data;
- gf_log (THIS->name, GF_LOG_TRACE, "Upcall gfapi gfid = %s"
- "ret = %d", (char *)(upcall_data->gfid), ret);
+ gf_msg_trace (THIS->name, 0, "Upcall gfapi gfid = %s"
+ "ret = %d", (char *)(upcall_data->gfid), ret);
u_list = GF_CALLOC (1, sizeof(*u_list),
glfs_mt_upcall_entry_t);
if (!u_list) {
- gf_log (THIS->name, GF_LOG_ERROR, "Upcall entry allocation"
- "failed.");
+ gf_msg (THIS->name, GF_LOG_ERROR, ENOMEM, API_MSG_ALLOC_FAILED,
+ "Upcall entry allocation failed.");
goto out;
}