X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=openmanod.py;h=7d183eb788d62cc5eae0567f8f10cbeb2dbfd32f;hb=65a0b964858817a012c1d86adf18fa87b53d5f74;hp=a5a2a53f7e3e5d8a69259af8ad9330981eb8d339;hpb=edca7b3cd61081d0d84de9acc4dec39daaa07419;p=osm%2FRO.git diff --git a/openmanod.py b/openmanod.py index a5a2a53f..7d183eb7 100755 --- a/openmanod.py +++ b/openmanod.py @@ -33,8 +33,8 @@ It loads the configuration file and launches the http_server thread that will li ''' __author__="Alfonso Tierno, Gerardo Garcia, Pablo Montes" __date__ ="$26-aug-2014 11:09:29$" -__version__="0.4.60-r503" -version_date="Sep 2016" +__version__="0.5.0-r507" +version_date="Oct 2016" database_version="0.15" #expected database schema version import httpserver @@ -173,7 +173,7 @@ if __name__=="__main__": 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