Fixed verbose
This commit is contained in:
parent
54368eb25a
commit
ca07dbf19a
|
@ -161,12 +161,12 @@
|
|||
|
||||
/* (5) Manage error */
|
||||
if( $truncated === false ){
|
||||
slog('History Succesfully truncated', 'api:deploy', 'update');
|
||||
slog('History cannot be truncated', 'api:deploy', 'update');
|
||||
return 127;
|
||||
}
|
||||
|
||||
|
||||
slog('History Succesfully truncated', 'api:deploy', 'update');
|
||||
slog('History succesfully truncated', 'api:deploy', 'update');
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue