X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=tests%2Ftest-daemon.py;h=b759cf95503baf5883a3743d8ac3f8927dc24d2d;hb=003ce655b7116d18c86a74c50391e54990346931;hp=a15068dd260ac7bfc6cfd165c831413dca14410d;hpb=b153e667907ed68164a15207ad5f91ad4c39927c;p=sliver-openvswitch.git diff --git a/tests/test-daemon.py b/tests/test-daemon.py index a15068dd2..b759cf955 100644 --- a/tests/test-daemon.py +++ b/tests/test-daemon.py @@ -1,4 +1,4 @@ -# Copyright (c) 2010, 2011 Nicira Networks. +# Copyright (c) 2010, 2011 Nicira, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -27,7 +27,6 @@ def handler(signum, _): def main(): - logging.basicConfig(level=logging.DEBUG) signal.signal(signal.SIGHUP, handler)