From 1c89b13129e1c3d21504bc160c1725a19f0f3a4f Mon Sep 17 00:00:00 2001 From: reg_ Date: Fri, 18 May 2012 17:43:31 +0000 Subject: [PATCH] fixed typo in err msg --- src/server/kiwix-serve.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/server/kiwix-serve.cpp b/src/server/kiwix-serve.cpp index b1bdb16..fddc8fb 100644 --- a/src/server/kiwix-serve.cpp +++ b/src/server/kiwix-serve.cpp @@ -411,7 +411,7 @@ int main(int argc, char **argv) { } } else { if (!libraryManager.addBookFromPath(zimPath, zimPath, "", false)) { - cerr << "Unable to add the ZIM file '" << libraryPath << "' to the internal library." << endl; + cerr << "Unable to add the ZIM file '" << zimPath << "' to the internal library." << endl; exit(1); } else if (!indexPath.empty()) { vector booksIds = libraryManager.getBooksIds();