Fix Prevent issue. Reduce number of Ignored issues.
authorZbigniew Kostrzewa <z.kostrzewa@samsung.com>
Fri, 20 Sep 2013 06:09:16 +0000 (08:09 +0200)
committerSoo-Hyun Choi <sh9.choi@samsung.com>
Fri, 20 Sep 2013 10:22:39 +0000 (19:22 +0900)
[Issue#]   CID: 12645
[Problem]  Wrong exception message
[Cause]    Copy-paste error probably
[Solution] Fix exception message

[Verification] Build repository

Change-Id: I76e8fa66262e89815f6676a6432c165b13f9c021

modules/core/src/zip_input.cpp

index 230200f..017aa5a 100644 (file)
@@ -544,7 +544,7 @@ ZipInput::File::File(class Device *device, FileHandle handle)
 
         // Some errror occured
         ThrowMsg(ZipInput::Exception::OpenFileFailed,
-                 "Failed to open zip file");
+                 "Failed to seek into zip file");
     }
 
     // Open current file for reading