]> git.eshelyaron.com Git - emacs.git/commitdiff
* src/pdumper.c (dump_do_dump_relocation): Better error for incoherent eln.
authorAndrea Corallo <akrl@sdf.org>
Fri, 2 Oct 2020 11:47:29 +0000 (13:47 +0200)
committerAndrea Corallo <akrl@sdf.org>
Fri, 2 Oct 2020 11:47:29 +0000 (13:47 +0200)
src/pdumper.c

index 03391c4950534b5b9dfa4c130071668cb9daf439..0528219139c9482e1625b62f5b4938c40fb500ab 100644 (file)
@@ -5250,7 +5250,8 @@ dump_do_dump_relocation (const uintptr_t dump_base,
          dump_ptr (dump_base, reloc_offset);
        comp_u->lambda_gc_guard_h = CALLN (Fmake_hash_table, QCtest, Qeq);
        if (!CONSP (comp_u->file))
-         error ("Trying to load incoherent dumped .eln");
+         error ("Trying to load incoherent dumped eln file %s",
+                SSDATA (comp_u->file));
 
        /* Check just once if this is a local build or Emacs was installed.  */
        if (installation_state == UNKNOWN)