From ca07dbf19a49f49cb4eaf31404fe7400c552b518 Mon Sep 17 00:00:00 2001 From: xdrm-brackets Date: Tue, 9 May 2017 12:10:37 +0200 Subject: [PATCH] Fixed verbose --- lib/api/source/deploy.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; }