fix cut and paste stable
authorSylvain Thénault <sylvain.thenault@logilab.fr>
Thu, 12 Nov 2009 12:07:59 +0100
branchstable
changeset 3823 94aa250cff9b
parent 3822 b61c7b065a66
child 3824 860da9755df3
fix cut and paste
server/__init__.py
--- a/server/__init__.py	Thu Nov 12 09:33:55 2009 +0100
+++ b/server/__init__.py	Thu Nov 12 12:07:59 2009 +0100
@@ -29,7 +29,7 @@
 DBG_SQL = 2   # executed sql
 DBG_REPO = 4  # repository events
 DBG_MS = 8    # multi-sources
-DBG_MORE = 16 # repository events
+DBG_MORE = 16 # more verbosity
 
 # current debug mode
 DEBUG = 0