--- changer-src/chg-zd-mtx.sh.in-243	Sat Apr  6 17:36:00 2002
+++ changer-src/chg-zd-mtx.sh.in	Mon Apr  8 12:48:58 2002
@@ -610,6 +610,12 @@
 #### Set up the various config files.
 
 configfile=$changerfile.conf
+if [ ! -f $configfile ]; then
+	Exit 2 \
+	     "<none>" \
+	     "cannot access config file \"$configfile\""
+fi
+
 cleanfile=$changerfile-clean
 accessfile=$changerfile-access
 slotfile=$changerfile-slot
@@ -728,7 +734,7 @@
 
 get_slot_list
 
-Log "Config info:"
+Log "Config info from \"$configfile\":"
 for var in $varlist; do
 	if [ $var = "OFFLINE_BEFORE_UNLOAD" ]; then
 		continue			# old name
