diff options
-rw-r--r-- | runtime/transport/control.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/transport/control.c b/runtime/transport/control.c index 2b368320..0e18bb8b 100644 --- a/runtime/transport/control.c +++ b/runtime/transport/control.c @@ -175,7 +175,7 @@ static int _stp_ctl_send(int type, void *data, int len) wake_up_interruptible(&_stp_ctl_wq); else // printk instead of _stp_error since an error here means our transport is suspect - printk(KERN_ERROR "ctl_send (type=%d len=%d) failed: %d\n", type, len, err); + printk(KERN_ERR "ctl_send (type=%d len=%d) failed: %d\n", type, len, err); dbug_trans(1, "returning %d\n", err); return err; } |