server/__init__.py
changeset 2766 07e47b84acc2
parent 2730 bb6fcb8c5d71
child 2903 043c8fcb3819
--- a/server/__init__.py	Tue Aug 11 17:04:00 2009 +0200
+++ b/server/__init__.py	Tue Aug 11 17:04:22 2009 +0200
@@ -24,11 +24,12 @@
 # server-side debugging #########################################################
 
 # server debugging flags. They may be combined using binary operators.
-DBG_NONE = 0 # no debug information
-DBG_RQL = 1  # rql execution information
-DBG_SQL = 2  # executed sql
-DBG_REPO = 4 # repository events
-DBG_MORE = 8 # repository events
+DBG_NONE = 0  # no debug information
+DBG_RQL = 1   # rql execution information
+DBG_SQL = 2   # executed sql
+DBG_REPO = 4  # repository events
+DBG_MS = 8    # multi-sources
+DBG_MORE = 16 # repository events
 
 # current debug mode
 DEBUG = 0