diff options
Diffstat (limited to 'mods.cc')
-rw-r--r-- | mods.cc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -120,7 +120,7 @@ void libbible::installModFromZip(string filename) { string command = "unzip -o " + filename + " -d " + basedir + "&> /dev/null"; if(system(command.c_str())) { //Uh oh... - printf("Something bad happened when unpacking %s\n", filename.c_str()); + printf("Something bad happened when unpacking %s\n. Is unzip installed?", filename.c_str()); } } |