summaryrefslogtreecommitdiff
path: root/src/connection.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/connection.c')
-rw-r--r--src/connection.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/connection.c b/src/connection.c
index 7f4a312..ca624f9 100644
--- a/src/connection.c
+++ b/src/connection.c
@@ -91,7 +91,8 @@ do_udp_ping(struct cmumble *cm)
send_udp(cm, data, pos);
- g_print("udp ping sent: timestamp: %ld\n", tv.tv_sec);
+ if (cm->verbose)
+ g_print("udp ping sent: timestamp: %ld\n", tv.tv_sec);
}
void