--- liblscp/trunk/src/client.c 2005/02/11 13:30:21 369 +++ liblscp/trunk/src/client.c 2005/02/11 13:32:19 370 @@ -2,7 +2,7 @@ // /**************************************************************************** liblscp - LinuxSampler Control Protocol API - Copyright (C) 2004, rncbc aka Rui Nuno Capela. All rights reserved. + Copyright (C) 2004-2005, rncbc aka Rui Nuno Capela. All rights reserved. This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public @@ -111,7 +111,7 @@ } } // Check if select has in error. else if (iSelect < 0) { - lscp_socket_perror("_lscp_client_call: select"); + lscp_socket_perror("_lscp_client_evt_proc: select"); pClient->evt.iState = 0; }