summaryrefslogtreecommitdiff
path: root/FFS.S
diff options
context:
space:
mode:
Diffstat (limited to 'FFS.S')
-rw-r--r--FFS.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/FFS.S b/FFS.S
index 8e00927..229f16f 100644
--- a/FFS.S
+++ b/FFS.S
@@ -80,14 +80,14 @@ ProcessFFSPacket:
movea.l dp_FileName(a2),a0
bsr FindFile ; Fileheader suchen
bne.s 1$ ; OK --->
- MSG <"FFS: File not found, A0=name A2=packet">
+ SMSG <"FFS: File '%s' not found, packet=$%08lx">,a0,a2
jmp meb_ColdReboot(a6)
1$:
bsr GetBlock ; Fileheader laden
moveq.l #ST.FILE,d0
cmp.l fh_SecondaryType(a5),d0 ; Ist's ein File ?
beq.s 2$ ; ja --->
- MSG <"FFS: Not a file, A0=name A2=packet">
+ SMSG <"FFS: '%'s is not a file, packet=$%08lx">,a0,a2
jmp meb_ColdReboot(a6)
2$:
move.l fh_FileSize(a5),d2 ; D2 : Datei-Größe in Bytes