Typo 10/63510/1
authorTomasz Iwanek <t.iwanek@samsung.com>
Thu, 24 Mar 2016 09:06:29 +0000 (10:06 +0100)
committerTomasz Iwanek <t.iwanek@samsung.com>
Thu, 24 Mar 2016 09:06:29 +0000 (10:06 +0100)
Change-Id: Ia956bce9cfb391d7540f3632a98ad64e74e1334a

src/unit_tests/smoke_test.cc

index 00bc484d3bbde455ed5f3f79fd4d66306e535b8a..7086e918b1320e4ce7c857133d06415fbcc94129 100644 (file)
@@ -303,7 +303,7 @@ ci::AppInstaller::Result Reinstall(const bf::path& path,
 ci::AppInstaller::Result DeltaInstall(const bf::path& path,
     const bf::path& delta_package, PackageType type) {
   if (Install(path, type) != ci::AppInstaller::Result::OK) {
-    LOG(ERROR) << "Failed to install application. Cannot perform RDS";
+    LOG(ERROR) << "Failed to install application. Cannot perform delta update";
     return ci::AppInstaller::Result::UNKNOWN;
   }
   return Install(delta_package, type);