Hi,

on recent modem failures with eagle-usb-2.3.1, I saw some peculiar
unformatted syslog entries. These were due to the fact that eagle-usb
had issued some unterminated printk()s which were caused by one
eu_warn() line in eu_msg.c.

I've attached a patch to clean up the logging.

So, now I'll stop bugging you with this minor stuff. ;-))

Greetings from Germany,
Moritz, now off to actually test the driver. :-)
diff -ur eagle-usb-2.3.2/driver/eu_msg.c eagle-usb-2.3.2-message/driver/eu_msg.c
--- eagle-usb-2.3.2/driver/eu_msg.c     2004-11-01 11:33:26.000000000 +0100
+++ eagle-usb-2.3.2-message/driver/eu_msg.c     2005-06-03 20:43:41.000000000 
+0200
@@ -284,7 +284,7 @@
     switch ( msg->type )
     {
         case MP_FUNCTION_TYPE_MSGACCERR:
-            eu_warn ("eu_decode_msg: Received a message 0x%x (subtype 0x%x)",
+            eu_warn ("eu_decode_msg: Received a message 0x%x (subtype 0x%x)\n",
                      msg->type,msg->subtype);
             break;
             

Reply via email to