diff src/protocol.c @ 127:3c71e28c8eef noffle

[svn] Release-1-0 mergedocs/NOTES
author bears
date Tue, 25 Jul 2000 13:14:54 +0100
parents d45b0abe7c79
children 8b9366fc1361
line wrap: on
line diff
--- a/src/protocol.c	Tue Jul 25 13:12:50 2000 +0100
+++ b/src/protocol.c	Tue Jul 25 13:14:54 2000 +0100
@@ -1,7 +1,7 @@
 /*
   protocol.c
 
-  $Id: protocol.c 165 2000-06-25 18:42:10Z bears $
+  $Id: protocol.c 183 2000-07-25 12:14:54Z bears $
 */
 
 #if HAVE_CONFIG_H
@@ -32,7 +32,7 @@
     */
     if ( ! fgets( line, MAXCHAR, f ) )
     {
-        Log_dbg( "Prt_getLine failed" );
+	Log_dbg( "Prt_getLn failed" );
         return FALSE;
     }
     len = strlen( line );