X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=openmanod.py;h=d01ea6414112d6ce5595db170db1bf3322ccf13b;hb=ed1be4b1591c258748261f21947dc388c28c6fd9;hp=59a566dcaedede12b9feaeab6ddfda8caaf15827;hpb=b69fa9f026b1b5839799cc5dc48af625981cbc3a;p=osm%2FRO.git diff --git a/openmanod.py b/openmanod.py index 59a566dc..d01ea641 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.59-r502" -version_date="Sep 2016" +__version__="0.4.61-r505" +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