gint error, size = sizeof(error);
if (*_rcvr_mac != '/' && (getsockopt(_fd, SOL_SOCKET, SO_ERROR, &error, &size) || error)) {
- printf("%s(): Error connecting to receiver; retrying...\n", __PRETTY_FUNCTION__);
+ g_printf("Error connecting to receiver; retrying...\n");
/* Try again. */
rcvr_disconnect();
rcvr_connect_later();
} else {
- printf("%s(): Connected to receiver!\n", __PRETTY_FUNCTION__);
+ g_printf("Connected to receiver!\n");
set_conn_state(RCVR_UP);
_input_sid = g_io_add_watch_full(_channel, G_PRIORITY_LOW,
G_IO_IN | G_IO_PRI,