X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fharddrive.cpp;fp=src%2Fharddrive.cpp;h=66a750e9f8073ec5457524f1bf1bade6e089b4cb;hb=f8d9fa1865388d1833179e67e223c6f8576c56fe;hp=0f06a500eafe85375a3d2ff055df1803c0881c47;hpb=6508be6bbdafb33fe7888e6b0ac48b46ef2b7598;p=apple2 diff --git a/src/harddrive.cpp b/src/harddrive.cpp index 0f06a50..66a750e 100644 --- a/src/harddrive.cpp +++ b/src/harddrive.cpp @@ -626,7 +626,7 @@ void InstallHardDrive(uint8_t slot) hdData = ReadFile(fnBuf, &size); if (hdData) - WriteLog("HD: Read Hard Drive image file, %u bytes ($%X)\n", size - 0x40, size - 0x40); + WriteLog("HD: Read Hard Drive image file '%s', %u bytes ($%X)\n", settings.hd[0], size - 0x40, size - 0x40); else WriteLog("HD: Could not read Hard Drive image file!\n"); }