Modified an error message
authorJanusz Majnert <j.majnert@samsung.com>
Wed, 13 Mar 2013 11:33:22 +0000 (12:33 +0100)
committerGerrit Code Review <gerrit2@kim11>
Thu, 28 Mar 2013 11:52:49 +0000 (20:52 +0900)
[Issue#] TDIS-2408
[Problem] tester requested a change of an error message
[Cause] N/A
[Solution] Modified the message
[Verification] Build. Try to install a widget with a bad signature

Change-Id: I102def4a96db159006bac8060c4be64ffcf2e714

src/wrt-installer/wrt_installer.cpp

index 9037cff..da38798 100644 (file)
@@ -661,7 +661,7 @@ void WrtInstaller::staticWrtStatusCallback(std::string tizenId,
                 break;
 
             case WRT_INSTALLER_ERROR_INVALID_CERTIFICATE:
-                fprintf(stderr,"## wrt-installer : %s %s has failed - invalid certificate\n",
+                fprintf(stderr,"## wrt-installer : %s %s has failed - invalid certificate - invalid signature\n",
                         tizenId.c_str(), printMsg.c_str());
                 break;