Skip to content

Commit

Permalink
fuse: Resolve reviewer comment
Browse files Browse the repository at this point in the history
Fixes: gluster#3954
Change-Id: I6b2869256b26d22163879737dcf163510d1cd8bf
Signed-off-by: Mohit Agrawal <moagrawa@redhat.com>
  • Loading branch information
mohit84 committed Mar 1, 2023
1 parent 9c7718a commit 2b50104
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xlators/mount/fuse/src/fuse-bridge.c
Expand Up @@ -6606,7 +6606,7 @@ notify(xlator_t *this, int32_t event, void *data, ...)
}

gf_log("fuse", GF_LOG_DEBUG, "got event %d on graph %d", event,
((graph && event_graph) ? graph->id : 0));
((graph && event_graph) ? graph->id : -1));
return ret;
}

Expand Down

0 comments on commit 2b50104

Please sign in to comment.