Guess where unknown functions are in .rel.plt
[centaur.git] / src / model / reladd.c
index a3ccc99d5689ec4b20786a0cfa195ed626d8a249..80f106fd7dab9ae352e425eff89ba9f2737a53c9 100644 (file)
@@ -111,10 +111,10 @@ static ElfuScn* insertSection(ElfuElf *me, ElfuElf *mrel, ElfuScn *oldscn)
 
     return newscn;
   } else {
-      ELFU_WARN("insertSection: Skipping section %s with flags %jd (type %d).\n",
+      ELFU_WARN("insertSection: Skipping non-memory section %s (type %d flags %jd).\n",
                 elfu_mScnName(mrel, oldscn),
-                oldscn->shdr.sh_flags,
-                oldscn->shdr.sh_type);
+                oldscn->shdr.sh_type,
+                oldscn->shdr.sh_flags);
       goto ERROR;
   }