Fix git hook registration fail warn message.
This commit is contained in:
parent
9b332815b9
commit
40dbdaa5e1
1 changed files with 1 additions and 1 deletions
|
@ -147,7 +147,7 @@ impl<'a> Runtime<'a> {
|
|||
if let Err(e) = store.register_hook(position, &String::from(aspectname), hook) {
|
||||
if e.err_type() == StoreErrorKind::HookRegisterError {
|
||||
trace_error_dbg(&e);
|
||||
warn!("Registering debug hook with store failed");
|
||||
warn!("Registering git hook with store failed");
|
||||
} else {
|
||||
trace_error(&e);
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue