From: Tomasz Iwanek Date: Thu, 24 Mar 2016 09:06:29 +0000 (+0100) Subject: Typo X-Git-Tag: submit/tizen/20160406.013051~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=bf079f38d5dfdb0ac0ec1c12b29d0ffd3d6338d6;p=platform%2Fcore%2Fappfw%2Fwgt-backend.git Typo Change-Id: Ia956bce9cfb391d7540f3632a98ad64e74e1334a --- diff --git a/src/unit_tests/smoke_test.cc b/src/unit_tests/smoke_test.cc index 00bc484..7086e91 100644 --- a/src/unit_tests/smoke_test.cc +++ b/src/unit_tests/smoke_test.cc @@ -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);