chiark
/
gitweb
/
~mdw
/
disorder
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
disorder-playrtp now includes timestamps in its log output (which
[disorder]
/
lib
/
log.h
diff --git
a/lib/log.h
b/lib/log.h
index 4d91008edc3e0debc4a24d43dca200ba6add5f81..5d39732d7f2996adadd6b4a395af7f22fc837191 100644
(file)
--- a/
lib/log.h
+++ b/
lib/log.h
@@
-67,6
+67,7
@@
extern struct log_output log_stderr, log_syslog, *log_default;
extern const char *debug_filename;
extern int debug_lineno;
extern const char *debug_filename;
extern int debug_lineno;
+extern int logdate;
#define D(x) do { \
if(debugging) { \
#define D(x) do { \
if(debugging) { \