| commit | a9a7e620972e361c37440d66c717b9e2ff425d51 | [log] [tgz] |
|---|---|---|
| author | tierno <alfonso.tiernosepulveda@telefonica.com> | Fri Sep 30 08:43:32 2016 +0000 |
| committer | tierno <alfonso.tiernosepulveda@telefonica.com> | Fri Sep 30 08:43:32 2016 +0000 |
| tree | 5a1241386d09bd7acaabadf97e16a15ed7491256 | |
| parent | 21d795b8a9eaac3b1887cec4fb6150f3536c1552 [diff] [blame] |
fix a bug getting log-socket-host option param Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
diff --git a/openmanod.py b/openmanod.py index a5a2a53..6df29d1 100755 --- a/openmanod.py +++ b/openmanod.py
@@ -173,7 +173,7 @@ port_admin = a elif o == "--log-socket-port": log_socket_port = a - elif o == "--log-socket-port": + elif o == "--log-socket-host": log_socket_host = a elif o == "--log-file": log_file = a