aboutsummaryrefslogtreecommitdiff
path: root/src/senddata.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/senddata.cc')
-rw-r--r--src/senddata.cc5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/senddata.cc b/src/senddata.cc
index 41834cf..09dcf89 100644
--- a/src/senddata.cc
+++ b/src/senddata.cc
@@ -36,6 +36,11 @@ namespace Formaline
{
DECLARE_CCTK_PARAMETERS;
+ if (verbose) {
+ CCTK_VInfo (CCTK_THORNSTRING,
+ "Announcing to %s:%d", hostname.c_str(), port);
+ }
+
#if 0
// pair<,> is not a standard STL class
typedef pair <string, int> destination_t;