# HG changeset patch
# User Florian Pose <fp@igh-essen.com>
# Date 1161957494 0
# Node ID 719ba8ccc5098715d4394b4223f2b3f5d79ff139
# Parent  f0da52cf6b5b2e7f1cdb1a52cf58091ca3cdb220
Minor output changes in ethernet.c

diff -r f0da52cf6b5b -r 719ba8ccc509 master/ethernet.c
--- a/master/ethernet.c	Fri Oct 27 13:31:26 2006 +0000
+++ b/master/ethernet.c	Fri Oct 27 13:58:14 2006 +0000
@@ -627,7 +627,7 @@
     eoe->tx_queue_active = 1;
     EC_INFO("%s opened.\n", dev->name);
     if (!eoe->slave)
-        EC_WARN("device %s is not coupled to any EoE slave!\n", dev->name);
+        EC_WARN("Device %s is not coupled to any EoE slave!\n", dev->name);
     else {
         ec_slave_request_state(eoe->slave, EC_SLAVE_STATE_OP);
     }
@@ -649,7 +649,7 @@
     ec_eoe_flush(eoe);
     EC_INFO("%s stopped.\n", dev->name);
     if (!eoe->slave)
-        EC_WARN("device %s is not coupled to any EoE slave!\n", dev->name);
+        EC_WARN("Device %s is not coupled to any EoE slave!\n", dev->name);
     else {
         ec_slave_request_state(eoe->slave, EC_SLAVE_STATE_PREOP);
     }