diff --git a/src/rigcontrol/rigio.cxx b/src/rigcontrol/rigio.cxx index 00226fca..3978dfd1 100644 --- a/src/rigcontrol/rigio.cxx +++ b/src/rigcontrol/rigio.cxx @@ -365,7 +365,7 @@ long long rigCAT_getfreq() f = fm_freqdata(rTemp.data, pData); if ( f >= rTemp.data.min && f <= rTemp.data.max) return f; - LOG_INFO("freq: %ld", f); + LOG_INFO("freq: %lld", f); retry_get_freq: ; } }