瀏覽代碼

Increase visibility of initiator mode in log file/console output

Alex Perez 5 月之前
父節點
當前提交
edf402515f
共有 1 個文件被更改,包括 3 次插入1 次删除
  1. 3 1
      lib/ZuluSCSI_platform_RP2MCU/ZuluSCSI_platform.cpp

+ 3 - 1
lib/ZuluSCSI_platform_RP2MCU/ZuluSCSI_platform.cpp

@@ -407,7 +407,9 @@ void platform_late_init()
 #if defined(HAS_DIP_SWITCHES) && defined(PLATFORM_HAS_INITIATOR_MODE)
     if (g_scsi_initiator == true)
     {
-        logmsg("SCSI initiator mode selected by DIP switch, expecting SCSI disks on the bus");
+        logmsg("***************************************************************************");
+        logmsg("        SCSI initiator mode enabled, expecting SCSI disks on the bus       ");
+        logmsg("***************************************************************************");
     }
     else
     {