diff options
author | Chris Lumens <clumens@redhat.com> | 2006-06-29 14:36:52 +0000 |
---|---|---|
committer | Chris Lumens <clumens@redhat.com> | 2006-06-29 14:36:52 +0000 |
commit | b7e280956c9fe359efe6cfd6dbeeb658fbe10465 (patch) | |
tree | e3579c862949f8224a1d022e66f319e051f5f1d6 /loader2/log.h | |
parent | 5a8f230e221ba7bed16aa280d9591eb1276b03e0 (diff) | |
download | anaconda-b7e280956c9fe359efe6cfd6dbeeb658fbe10465.tar.gz anaconda-b7e280956c9fe359efe6cfd6dbeeb658fbe10465.tar.xz anaconda-b7e280956c9fe359efe6cfd6dbeeb658fbe10465.zip |
Pass the debug log level to pumpDhcpClassRun (markmc, #197175).
Diffstat (limited to 'loader2/log.h')
-rw-r--r-- | loader2/log.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/loader2/log.h b/loader2/log.h index 71cafba1c..48e64c2f1 100644 --- a/loader2/log.h +++ b/loader2/log.h @@ -14,5 +14,6 @@ void logMessage(int level, const char * s, ...) void openLog(int useLocal); void closeLog(void); void setLogLevel(int minLevel); +int getLogLevel(void); #endif /* _LOG_H_ */ |