Fixed verbose

This commit is contained in:
xdrm-brackets 2017-05-09 12:10:37 +02:00
parent 54368eb25a
commit ca07dbf19a
1 changed files with 2 additions and 2 deletions

View File

@ -161,12 +161,12 @@
/* (5) Manage error */ /* (5) Manage error */
if( $truncated === false ){ if( $truncated === false ){
slog('History Succesfully truncated', 'api:deploy', 'update'); slog('History cannot be truncated', 'api:deploy', 'update');
return 127; return 127;
} }
slog('History Succesfully truncated', 'api:deploy', 'update'); slog('History succesfully truncated', 'api:deploy', 'update');
return 0; return 0;
} }