ret = probe_cache__scan_sdt(cache, realname);
        if (ret >= 0) {
-               pr_debug("Found %d SDTs in %s\n", ret, realname);
+               pr_debug4("Found %d SDTs in %s\n", ret, realname);
                if (probe_cache__commit(cache) < 0)
                        ret = -1;
        }
 
        /* Update SDT cache : error is just warned */
        if (build_id_cache__add_sdt_cache(sbuild_id, realname) < 0)
-               pr_debug("Failed to update/scan SDT cache for %s\n", realname);
+               pr_debug4("Failed to update/scan SDT cache for %s\n", realname);
 
 out_free:
        if (!is_kallsyms)
 
        INIT_LIST_HEAD(&sdtlist);
        ret = get_sdt_note_list(&sdtlist, pathname);
        if (ret < 0) {
-               pr_debug("Failed to get sdt note: %d\n", ret);
+               pr_debug4("Failed to get sdt note: %d\n", ret);
                return ret;
        }
        list_for_each_entry(note, &sdtlist, note_list) {