summaryrefslogtreecommitdiff
path: root/dm_error.h
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@sun.com>2009-09-17 18:08:06 -0700
committerAlan Coopersmith <alan.coopersmith@sun.com>2009-09-17 18:08:06 -0700
commita7e166298a94c012420713dbfcd0b1628f5c7062 (patch)
treefa38a0cb59342b3acf0f79eb68c47f18bdaf9490 /dm_error.h
parente60cf4a084951e697516a6c26dcb5ad14e6f14b8 (diff)
Unrecognized argument errors shouldn't print xdm error header repeatedly
Add LogAppend function to append to previous LogError/LogInfo without repeating the xdm error message header. Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
Diffstat (limited to 'dm_error.h')
-rw-r--r--dm_error.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/dm_error.h b/dm_error.h
index d1f749d..e32ba0b 100644
--- a/dm_error.h
+++ b/dm_error.h
@@ -42,6 +42,7 @@ authorization.
extern void Debug (char * fmt, ...) GCC_PRINTFLIKE(1,2);
extern void InitErrorLog (void);
+extern void LogAppend (char * fmt, ...) GCC_PRINTFLIKE(1,2);
extern void LogError (char * fmt, ...) GCC_PRINTFLIKE(1,2);
extern void LogInfo (char * fmt, ...) GCC_PRINTFLIKE(1,2);
extern void LogOutOfMem (char * fmt, ...) GCC_PRINTFLIKE(1,2);