diff options
Diffstat (limited to 'xlators/mgmt/glusterd/src/glusterd-log-ops.c')
| -rw-r--r-- | xlators/mgmt/glusterd/src/glusterd-log-ops.c | 4 | 
1 files changed, 3 insertions, 1 deletions
diff --git a/xlators/mgmt/glusterd/src/glusterd-log-ops.c b/xlators/mgmt/glusterd/src/glusterd-log-ops.c index 76116377496..b2d4582a207 100644 --- a/xlators/mgmt/glusterd/src/glusterd-log-ops.c +++ b/xlators/mgmt/glusterd/src/glusterd-log-ops.c @@ -72,7 +72,9 @@ __glusterd_handle_log_rotate (rpcsvc_request_t *req)                  goto out;          } -        gf_log (this->name, GF_LOG_INFO, "Received log rotate req " +        gf_msg (this->name, GF_LOG_INFO, 0, +                GD_MSG_LOG_ROTATE_REQ_RECVD, +                "Received log rotate req "                  "for volume %s", volname);          ret = dict_set_uint64 (dict, "rotate-key", (uint64_t)time (NULL));  | 
