diff options
Diffstat (limited to 'host/lib/usrp/gps_ctrl.cpp')
-rw-r--r-- | host/lib/usrp/gps_ctrl.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/host/lib/usrp/gps_ctrl.cpp b/host/lib/usrp/gps_ctrl.cpp index cafc2f662..8026b32a2 100644 --- a/host/lib/usrp/gps_ctrl.cpp +++ b/host/lib/usrp/gps_ctrl.cpp @@ -154,7 +154,7 @@ private: if (msg.length() < 6) { UHD_LOGGER_WARNING("GPS") - << __FUNCTION__ << ": Short GPSDO string: " << msg; + << UHD_FUNCTION << "(): Short GPSDO string: " << msg; continue; } @@ -166,7 +166,7 @@ private: msgs[msg.substr(1, 5)] = msg; } else { UHD_LOGGER_WARNING("GPS") - << __FUNCTION__ << ": Malformed GPSDO string: " << msg; + << UHD_FUNCTION << "(): Malformed GPSDO string: " << msg; } } |