diff --git a/src/nco/src/nco.proto.c b/src/nco/src/nco.proto.c index c85bbf3da..036b71860 100644 --- a/src/nco/src/nco.proto.c +++ b/src/nco/src/nco.proto.c @@ -111,8 +111,8 @@ int NCO(_destroy)(NCO() _q) // Print nco object internals to stdout int NCO(_print)(NCO() _q) { - printf("nco [phase: 0x%.8x rad, freq: 0x%.8x rad/sample]\n", - _q->theta, _q->d_theta); + printf("\n", + EXTENSION, _q->theta, _q->d_theta); #if LIQUID_DEBUG_NCO // print entire table unsigned int i;