--- unh-iscsi.orig	2004-04-05 01:51:35.000000000 +0200
+++ unh-iscsi	2004-04-05 01:52:10.000000000 +0200
@@ -210,7 +210,7 @@
 
     check_loaded unh_scsi_target
     ret0=$?
-    check_loaded unh_scsi_target
+    check_loaded unh_iscsi_target
     ret1=$?
 
     if [ $ret0 -eq 0 ]; then
@@ -228,14 +228,14 @@
     fi
 
     if [ $ret1 -eq 0 ]; then
-	unh_log "UNH iSCSI Target (unh_scsi_target) already loaded!"
+	unh_log "UNH iSCSI Target (unh_iscsi_target) already loaded!"
     else
 	load_module unh_iscsi_target
 	ret=$?
 	if [ $ret -eq 0 ]; then
-	    unh_log "UNH iSCSI Target (unh_scsi_target) loaded successfully."
+	    unh_log "UNH iSCSI Target (unh_iscsi_target) loaded successfully."
 	else
-	    unh_log "ERROR: UNH iSCSI Target (unh_scsi_target) failed to load."
+	    unh_log "ERROR: UNH iSCSI Target (unh_iscsi_target) failed to load."
 	    unload_module unh_scsi_target
 	    cmd_ret $ret
 	    return $ret

