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)
pull/69/head
Kamen Mazdrashki 2014-08-04 13:55:41 +02:00 committed by Julio García
parent b8366d796d
commit 0a23f18fc9
1 changed files with 1 additions and 0 deletions

View File

@ -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])