diff options
| author | Martin Schwenke <martin@meltin.net> | 2014-08-16 16:17:02 +1000 |
|---|---|---|
| committer | Amitay Isaacs <amitay@samba.org> | 2014-09-10 01:36:15 +0200 |
| commit | 8b39141c46458974d5476b2925f2dd5d51d9180d (patch) | |
| tree | 41e045ad1ca2919f5789550ee333c5ca0a8883c4 /ctdb/common | |
| parent | 97dc127b81c1923755b59aad6e735aa679af3f64 (diff) | |
| download | samba-8b39141c46458974d5476b2925f2dd5d51d9180d.tar.gz samba-8b39141c46458974d5476b2925f2dd5d51d9180d.tar.xz samba-8b39141c46458974d5476b2925f2dd5d51d9180d.zip | |
ctdb-logging: Move variable debug_extra from debug.*
debug_extra is CTDB-specific. Moving it will help with the
transitions to Samba's updated debug.[ch].
Signed-off-by: Martin Schwenke <martin@meltin.net>
Reviewed-by: Amitay Isaacs <amitay@gmail.com>
Diffstat (limited to 'ctdb/common')
| -rw-r--r-- | ctdb/common/ctdb_logging.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ctdb/common/ctdb_logging.c b/ctdb/common/ctdb_logging.c index 6dd1a385da..53901560e7 100644 --- a/ctdb/common/ctdb_logging.c +++ b/ctdb/common/ctdb_logging.c @@ -25,6 +25,7 @@ int LogLevel = DEBUG_NOTICE; int this_log_level = 0; +const char *debug_extra = ""; int log_ringbuf_size; |
