summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/thomflop.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/thomflop.cpp')
-rw-r--r--src/mame/machine/thomflop.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/thomflop.cpp b/src/mame/machine/thomflop.cpp
index 2c2a3d4968e..02a977221ec 100644
--- a/src/mame/machine/thomflop.cpp
+++ b/src/mame/machine/thomflop.cpp
@@ -992,7 +992,7 @@ int thomson_state::thmfc_floppy_find_sector( chrn_id* dst )
}
thmfc1->stat0 = THMFC1_STAT0_CRC_ERROR | THMFC1_STAT0_FINISHED;
- LOG (( "thmfc_floppy_find_sector: sector not found drive=%i track=%i sector=%i\n", floppy_get_drive(img), thmfc1->track, thmfc1->sector ));
+ LOG (( "thmfc_floppy_find_sector: sector not found drive=%s track=%i sector=%i\n", img->tag(), thmfc1->track, thmfc1->sector ));
return 0;
}