use global printf for debug stuff

This commit is contained in:
Jeff Hill
2004-02-04 02:09:43 +00:00
parent 9fb90cfcab
commit 8459529f70
+1 -1
View File
@@ -433,7 +433,7 @@ void cac::beaconNotify ( const inetAddrID & addr, const epicsTime & currentTime,
{
char buf[128];
addr.name ( buf, sizeof ( buf ) );
printf ( guard, "New server available: %s\n", buf );
::printf ( "New server available: %s\n", buf );
}
# endif
}