mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-17 04:43:17 +00:00
oc: Set log level to 0 in samba-get-config script - it is very chatty during builds
This script is very "chatty" when "log level" is set to a high number (usual scenario on developer machine)
This commit is contained in:
committed by
Julio García
parent
b8366d796d
commit
0a23f18fc9
@@ -4,5 +4,6 @@ import sys
|
||||
import samba.param
|
||||
|
||||
a = samba.param.LoadParm()
|
||||
a.set('debug level', '0')
|
||||
a.load_default()
|
||||
print a.get(sys.argv[1])
|
||||
|
||||
Reference in New Issue
Block a user