summaryrefslogtreecommitdiff
path: root/gdb/gnu-nat.h
diff options
context:
space:
mode:
authorJason Molenda <jsm@bugshack.cygnus.com>1999-07-07 17:31:57 +0000
committerJason Molenda <jsm@bugshack.cygnus.com>1999-07-07 17:31:57 +0000
commitfde9fcb594ca52233ddbe06ad667f1ccaaeb7862 (patch)
treeec9ba7c76f004669ec3876a663c62e4df0014768 /gdb/gnu-nat.h
parent9b8882e7735b2ab3deb8a338b3e27a0633898d0c (diff)
downloadgdb-fde9fcb594ca52233ddbe06ad667f1ccaaeb7862.tar.gz
import gdb-1999-07-07 pre reformat
Diffstat (limited to 'gdb/gnu-nat.h')
-rw-r--r--gdb/gnu-nat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/gnu-nat.h b/gdb/gnu-nat.h
index f50ba60a95f..3a32ab66991 100644
--- a/gdb/gnu-nat.h
+++ b/gdb/gnu-nat.h
@@ -85,6 +85,6 @@ extern int gnu_debug_flag;
#define debug(msg, args...) \
do { if (gnu_debug_flag) \
- fprintf (stderr, "%s: " msg "\r\n", __FUNCTION__ , ##args); } while (0)
+ fprintf_unfiltered (gdb_stdlog, "%s: " msg "\r\n", __FUNCTION__ , ##args); } while (0)
#endif /* __GNU_NAT_H__ */