about summary refs log tree commit diff
path: root/nscd/dbg_log.h
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2000-12-08 19:19:27 +0000
committerAndreas Jaeger <aj@suse.de>2000-12-08 19:19:27 +0000
commit868461d93c33a8c0a0cf777edcc8c7632385bb07 (patch)
tree50db37e1cdeeff46419f01d80de5d4d02b6455dc /nscd/dbg_log.h
parente9c9f3a1c2b1a98c2a4428d7a7b28c85bd883928 (diff)
downloadglibc-868461d93c33a8c0a0cf777edcc8c7632385bb07.tar.gz
glibc-868461d93c33a8c0a0cf777edcc8c7632385bb07.tar.xz
glibc-868461d93c33a8c0a0cf777edcc8c7632385bb07.zip
(dbg_log): Correct attribute.
Diffstat (limited to 'nscd/dbg_log.h')
-rw-r--r--nscd/dbg_log.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/nscd/dbg_log.h b/nscd/dbg_log.h
index 70530982e5..3d739a901e 100644
--- a/nscd/dbg_log.h
+++ b/nscd/dbg_log.h
@@ -1,4 +1,4 @@
-/* Copyright (c) 1998 Free Software Foundation, Inc.
+/* Copyright (c) 1998, 2000 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Contributed by Thorsten Kukuk <kukuk@vt.uni-paderborn.de>, 1998.
 
@@ -23,7 +23,7 @@
 extern int debug_level;
 
 extern void dbg_log (const char *str, ...)
-     __attribute__ ((__format__ (__printf__, 1, 0)));;
+     __attribute__ ((__format__ (__printf__, 1, 2)));;
 
 extern int set_logfile (const char *logfile);