diff --git a/lib/api/source/deploy.php b/lib/api/source/deploy.php index bb847c6..585acb2 100755 --- a/lib/api/source/deploy.php +++ b/lib/api/source/deploy.php @@ -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; }