summaryrefslogtreecommitdiffstats
path: root/rasmgr/rasmgr_host.cc
diff options
context:
space:
mode:
authorPeter Baumann <baumann@floridita.rasdaman>2009-07-26 12:28:13 +0200
committerPeter Baumann <baumann@rasdaman.org>2009-07-26 12:03:34 +0200
commit50db7bd888de53a53335f62812245c2803bcc96e (patch)
treee43f729b44eae61ab2fa1fb4d50af9a8d470003a /rasmgr/rasmgr_host.cc
parent097816348d9f4f4b8706d40c6f9fcc196e5f0be4 (diff)
downloadrasdaman-upstream-50db7bd888de53a53335f62812245c2803bcc96e.tar.gz
rasdaman-upstream-50db7bd888de53a53335f62812245c2803bcc96e.tar.xz
rasdaman-upstream-50db7bd888de53a53335f62812245c2803bcc96e.zip
PB: introduced some symbolic constants (start for cleanup); VLOG -> TALK; sprintf: %d -> %ld
Diffstat (limited to 'rasmgr/rasmgr_host.cc')
-rw-r--r--rasmgr/rasmgr_host.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/rasmgr/rasmgr_host.cc b/rasmgr/rasmgr_host.cc
index 0da6a43..ece6fa4 100644
--- a/rasmgr/rasmgr_host.cc
+++ b/rasmgr/rasmgr_host.cc
@@ -136,7 +136,7 @@ char* ServerHost::getDescription(char *destBuffer)
lPort = config.getListenPort();
}
- sprintf(destBuffer,"%-10s %-32s %4d %-4s %2d %s",hostName,netwName,lPort,sUp,startedServers,uLh);
+ sprintf(destBuffer,"%-10s %-32s %4ld %-4s %2d %s",hostName,netwName,lPort,sUp,startedServers,uLh);
return destBuffer;
}