Merge "v0.4.61 fixed 37 Deploying multisite get properly the information from sites...
[osm/RO.git] / openmanod.py
index 2becccf..d01ea64 100755 (executable)
@@ -33,9 +33,9 @@ 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.58-r501"
-version_date="Sep 2016"
-database_version="0.14"      #expected database schema version
+__version__="0.4.61-r505"
+version_date="Oct 2016"
+database_version="0.15"      #expected database schema version
 
 import httpserver
 import time
@@ -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