diff --git a/src/gui/channellist.cpp b/src/gui/channellist.cpp index 0be534ecc..9bf59ec4c 100644 --- a/src/gui/channellist.cpp +++ b/src/gui/channellist.cpp @@ -145,7 +145,7 @@ void CChannelList::putChannel(CZapitChannel* channel) { int num = channel->number - 1; if(num < 0) { - printf("CChannelList::addChannel error inserting at %d\n", num); + printf("%s error inserting at %d\n", __FUNCTION__, num); return; } if(num >= (int) chanlist.size()) {