From 26e9fab894b79551d21a564b42820a9e03c4b4f2 Mon Sep 17 00:00:00 2001 From: Arnaud Desmons Date: Wed, 11 Sep 2002 13:22:20 +0000 Subject: titi's error msg --- samba_wizard/scripts/Smbconf.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'samba_wizard/scripts') diff --git a/samba_wizard/scripts/Smbconf.pm b/samba_wizard/scripts/Smbconf.pm index 13b36528..4e91d6c0 100755 --- a/samba_wizard/scripts/Smbconf.pm +++ b/samba_wizard/scripts/Smbconf.pm @@ -31,7 +31,7 @@ sub read_conf { my @tab; my %conf; - open(FH, $file) or die "$!"; + open(FH, $file) or die "$! ($file)"; while () { if (/^(\s*\;?\s*)\[(.*)\].*/) { $menu = $2; -- cgit v1.2.1