]> git.donarmstrong.com Git - infobot.git/blobdiff - src/core.pl
- patch from Morten Brix Pedersen:
[infobot.git] / src / core.pl
index e8975c136a799f11219e10e071d3de9d85c8fbd0..a7ba007a4e60fb0eb48abd7d9e16816c9995a528 100644 (file)
@@ -510,7 +510,7 @@ sub loadConfig {
     my ($file) = @_;
 
     if (!open(FILE, $file)) {
-       &ERROR("FAILED loadConfig ($file): $!");
+       &ERROR("Failed to read configuration file ($file): $!");
        &status("Please read the INSTALL file on how to install and setup this file.");
        exit 0;
     }