Hi All, I often see a dot or exclamation mark before a debug print statement. I was wondering what the convention is . . . For example, I have 3 versions of the same debug statement: Sometimes there is an exclamation mark before "Starting ICE negotiation..", sometimes not. D/ICE (18511): 13:14:47.311 ICE_Stream_Tra Done, 3 remote candidate(s) added D/ICE (18511): 13:14:47.311 test_ice.cpp Starting ICE negotiation.. D/ICE (18511): 13:14:04.775 ICE_Stream_Tra !Done, 3 remote candidate(s) added D/ICE (18511): 13:14:04.776 test_ice.cpp Starting ICE negotiation.. D/ICE (18511): 13:12:38.648 ICE_Stream_Tra !Done, 3 remote candidate(s) added D/ICE (18511): 13:12:38.648 stuntsx0x681f9 !...STUN sending message (transmit count=1) D/ICE (18511): 13:12:38.649 xyz ..Check 2: [1] 192.168.168.56:41110-->23.24.211.245:2648: state changed from Waiting to In Progress D/ICE (18511): 13:12:38.649 test_ice.cpp !Starting ICE negotiation.. Best, Aditya