]> Shamusworld >> Repos - rln/blobdiff - rln.c
Changed wording of warning to be more clear to end user.
[rln] / rln.c
diff --git a/rln.c b/rln.c
index a1ab13e57357995a6eb82b02fd75ec08eed2cc61..219697c5eb905fd0459cd0044475cd101a509b00 100644 (file)
--- a/rln.c
+++ b/rln.c
@@ -1362,7 +1362,7 @@ int write_ofile(struct OHEADER * header)
                                case 0x08000000: abstype = (short)ABST_DEFINED | ABST_BSS;                break;
                                case 0x09000000: abstype = (short)ABST_DEFINED | ABST_GLOBAL | ABST_BSS;  break;
                                default:
-                                       printf("write_ofile: abs, cannot determine symbol type\n");
+                                       printf("warning (write_ofile): ABS, cannot determine symbol type ($%08X)\n", type);
                                        type = 0;
                                        break;
                                }