Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion xlators/mgmt/glusterd/src/glusterd-hooks.c
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@ glusterd_hooks_run_hooks(char *hooks_path, glusterd_op_t op, dict_t *op_ctx,
runner_log(&runner, this->name, GF_LOG_ERROR,
"Failed to execute script");
} else {
runner_log(&runner, this->name, GF_LOG_INFO, "Ran script");
runner_log(&runner, this->name, GF_LOG_INFO, "Run script");
}
runner_end(&runner);
}
Expand Down