added a bit more diagnostic printing
[platform/upstream/ltrace.git] / dwarf_prototypes.c
index f2de485..90e83ed 100644 (file)
@@ -935,6 +935,7 @@ bool import_DWARF_prototypes(struct library* lib)
        struct protolib*        plib = lib->protolib;
        Dwfl*                           dwfl = lib->dwfl;
 
+       debug(DEBUG_FUNCTION, "Importing DWARF prototypes from '%s'", lib->soname);
        if (plib == NULL) {
 
                const char* soname_dup = strdup(lib->soname);