summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.inspircd.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.inspircd.inc b/.inspircd.inc
index ba9de5829..d57460f8f 100644
--- a/.inspircd.inc
+++ b/.inspircd.inc
@@ -299,7 +299,7 @@ sub getpidfile
$filesparsed[$filesparsed] = $file;
# Open the File..
- open INFILE, "< $file" or die "Unable to open file $file\n";
+ open INFILE, "< $file" or die "Unable to open file $file included in configuration\n";
# Grab entire file contents..
my(@lines) = <INFILE>;
# Close the file