summaryrefslogtreecommitdiff
path: root/m4/module.c
diff options
context:
space:
mode:
Diffstat (limited to 'm4/module.c')
-rw-r--r--m4/module.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/m4/module.c b/m4/module.c
index 4c68c0ac..458808eb 100644
--- a/m4/module.c
+++ b/m4/module.c
@@ -405,8 +405,8 @@ m4__module_open (m4 *context, const char *name, m4_obstack *obs)
#ifdef DEBUG_MODULES
if (info->ref_count > 1)
{
- fprintf (stderr, "module %s: now has %d libtool references.",
- name, info->ref_count);
+ xfprintf (stderr, "module %s: now has %d libtool references.",
+ name, info->ref_count);
}
#endif /* DEBUG_MODULES */
@@ -545,8 +545,8 @@ module_remove (m4 *context, m4_module *module, m4_obstack *obs)
#ifdef DEBUG_MODULES
if (info->ref_count > 1)
{
- fprintf (stderr, "module %s: now has %d libtool references.",
- name, info->ref_count - 1);
+ xfprintf (stderr, "module %s: now has %d libtool references.",
+ name, info->ref_count - 1);
}
#endif /* DEBUG_MODULES */