Fix log message 64/197064/2
authorilho <ilho159.kim@samsung.com>
Wed, 9 Jan 2019 07:21:47 +0000 (16:21 +0900)
committerilho kim <ilho159.kim@samsung.com>
Fri, 11 Jan 2019 05:08:50 +0000 (05:08 +0000)
Change-Id: Ic187cb18478b7acfa5057c874d562ea9513b41b4
Signed-off-by: ilho <ilho159.kim@samsung.com>
src/common/step/security/step_check_old_certificate.cc

index afcd343..fa8d33a 100644 (file)
@@ -44,7 +44,7 @@ Step::Status StepCheckOldCertificate::process() {
   } else {
     if (cert) {
       LOG(ERROR) << "Trying to update package with signature is not allowed "
-                 << "when the previous version of package has not signature";
+                 << "when the previous version of package has no signature";
       return Status::AUTHOR_CERT_NOT_MATCH;
     }
   }