View | Details | Raw Unified | Return to bug 51280
Collapse All | Expand All

(-)a/services/univention-s4-connector/modules/univention/s4connector/s4/main.py (+3 lines)
 Lines 35-40    Link Here 
35
from __future__ import print_function
35
from __future__ import print_function
36
import os
36
import os
37
import imp
37
import imp
38
import pprint
38
import signal
39
import signal
39
import sys
40
import sys
40
import time
41
import time
 Lines 277-282   def main(): Link Here 
277
	if options.daemonize:
278
	if options.daemonize:
278
		daemon(lock_file)
279
		daemon(lock_file)
279
	f = bind_stdout()
280
	f = bind_stdout()
281
	pp = pprint.PrettyPrinter(indent=4, width=250)
282
	print('s4_mapping = %s' % (pp.pformat(mapping.s4_mapping),))
280
283
281
	while True:
284
	while True:
282
		try:
285
		try:

Return to bug 51280