Too many messages.

This commit is contained in:
dcp1990 2005-06-26 21:45:20 +00:00
parent 17375349eb
commit 1e8f318637

View File

@ -28,7 +28,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE. * SUCH DAMAGE.
*/ */
/* $Amigan: phoned/phoned/remote.c,v 1.15 2005/06/26 03:27:31 dcp1990 Exp $ */ /* $Amigan: phoned/phoned/remote.c,v 1.16 2005/06/26 21:45:20 dcp1990 Exp $ */
/* system includes */ /* system includes */
#include <string.h> #include <string.h>
#include <stdio.h> #include <stdio.h>
@ -433,5 +433,4 @@ void begin_dialogue(fp, fd)
if(si.l == 0x0) usertop = 0; if(si.l == 0x0) usertop = 0;
pthread_mutex_unlock(&usermx); pthread_mutex_unlock(&usermx);
} }
lprintf(info, "Connection closed in begin_dialogue\n");
} }