Commit a868de01 authored by Matteo Quintiliani's avatar Matteo Quintiliani
Browse files

Removed unuseful nmxp_log() call


git-svn-id: file:///home/quintiliani/svncopy/nmxptool/trunk@475 3cd66e75-5955-46cb-a940-c26e5fc5497d
parent ab621d5a
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@
 * 	Istituto Nazionale di Geofisica e Vulcanologia - Italy
 *	quintiliani@ingv.it
 *
 * $Id: nmxp_base.c,v 1.40 2007-11-22 11:12:08 mtheo Exp $
 * $Id: nmxp_base.c,v 1.41 2007-11-22 13:36:34 mtheo Exp $
 *
 */

@@ -213,9 +213,6 @@ int nmxp_receiveHeader(int isock, NMXP_MSG_SERVER *type, int32_t *length, int ti
	msg.type      = ntohl(msg.type);
	msg.length    = ntohl(msg.length);

	nmxp_log(NMXP_LOG_NORM, NMXP_LOG_D_CONNFLOW, "nmxp_receiveHeader(): signature = %d, type = %d, length = %d\n",
		    msg.signature, msg.type, msg.length);

	if (msg.signature != NMX_SIGNATURE)
	{
	    ret = NMXP_SOCKET_ERROR;