diff options
author | leandro <leandro@leandro-Satellite-A505> | 2012-08-03 13:11:52 -0400 |
---|---|---|
committer | leandro <leandro@leandro-Satellite-A505> | 2012-08-03 13:11:52 -0400 |
commit | 1dcac709aecfeaf19d616316bd2f23b96ef86390 (patch) | |
tree | 1d61c541c94c392200e962e3366590b756121c6f /src/org | |
parent | b11ff82a003b828dbaecc564c54d447440249701 (diff) | |
download | trackermap-server-1dcac709aecfeaf19d616316bd2f23b96ef86390.tar.gz trackermap-server-1dcac709aecfeaf19d616316bd2f23b96ef86390.tar.bz2 trackermap-server-1dcac709aecfeaf19d616316bd2f23b96ef86390.zip |
Atualização de parametros e dependencia do postgre
Diffstat (limited to 'src/org')
-rw-r--r-- | src/org/traccar/Server.java | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/org/traccar/Server.java b/src/org/traccar/Server.java index e6eabdb71..f01b5af2a 100644 --- a/src/org/traccar/Server.java +++ b/src/org/traccar/Server.java @@ -251,6 +251,7 @@ public class Server { }); serverList.add(server); + Log.info("Activeting protocol " + protocol + " @ " + getProtocolPort(properties, protocol)); } } @@ -284,6 +285,7 @@ public class Server { }); serverList.add(server); + Log.info("Activeting protocol " + protocol + " @ " + getProtocolPort(properties, protocol)); } } @@ -316,6 +318,7 @@ public class Server { }); serverList.add(server); + Log.info("Activeting protocol " + protocol + " @ " + getProtocolPort(properties, protocol)); } } @@ -348,6 +351,7 @@ public class Server { }); serverList.add(server); + Log.info("Activeting protocol " + protocol + " @ " + getProtocolPort(properties, protocol)); } } @@ -380,6 +384,7 @@ public class Server { }); serverList.add(server); + Log.info("Activeting protocol " + protocol + " @ " + getProtocolPort(properties, protocol)); } } @@ -412,6 +417,7 @@ public class Server { }); serverList.add(server); + Log.info("Activeting protocol " + protocol + " @ " + getProtocolPort(properties, protocol)); } } @@ -444,6 +450,7 @@ public class Server { }); serverList.add(server); + Log.info("Activeting protocol " + protocol + " @ " + getProtocolPort(properties, protocol)); } } @@ -475,6 +482,7 @@ public class Server { }); serverList.add(server); + Log.info("Activeting protocol " + protocol + " @ " + getProtocolPort(properties, protocol)); } } @@ -503,6 +511,7 @@ public class Server { }); serverList.add(server); + Log.info("Activeting protocol " + protocol + " @ " + getProtocolPort(properties, protocol)); } } @@ -531,6 +540,7 @@ public class Server { }); serverList.add(server); + Log.info("Activeting protocol " + protocol + " @ " + getProtocolPort(properties, protocol)); } } @@ -560,6 +570,7 @@ public class Server { }); serverList.add(server); + Log.info("Activeting protocol " + protocol + " @ " + getProtocolPort(properties, protocol)); } } |