summaryrefslogtreecommitdiff
path: root/daemons/gptp/common/avbts_clock.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'daemons/gptp/common/avbts_clock.hpp')
-rw-r--r--daemons/gptp/common/avbts_clock.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/daemons/gptp/common/avbts_clock.hpp b/daemons/gptp/common/avbts_clock.hpp
index 1a10b999..090d56f9 100644
--- a/daemons/gptp/common/avbts_clock.hpp
+++ b/daemons/gptp/common/avbts_clock.hpp
@@ -262,7 +262,7 @@ public:
*/
void setGrandmasterClockIdentity(ClockIdentity id) {
if (id != grandmaster_clock_identity) {
- fprintf(stderr, "New Grandmaster \"%s\" (previous \"%s\")\n", id.getIdentityString().c_str(), grandmaster_clock_identity.getIdentityString().c_str());
+ XPTPD_PRINTF("New Grandmaster \"%s\" (previous \"%s\")\n", id.getIdentityString().c_str(), grandmaster_clock_identity.getIdentityString().c_str());
grandmaster_clock_identity = id;
}
}