X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=net%2F9p%2Ferror.c;h=fdebe4314062c01e02636d5201a2068ee57a640c;hb=00e9028a95fb8a4d79f2fb695a853f33ea7d3b57;hp=388770c3631e4979a8cbcbd514f4a3a365195aa4;hpb=ee443996a35c1e04f210cafd43d5a98d41e46085;p=linux-2.6 diff --git a/net/9p/error.c b/net/9p/error.c index 388770c363..fdebe43140 100644 --- a/net/9p/error.c +++ b/net/9p/error.c @@ -237,8 +237,8 @@ int p9_errstr2errno(char *errstr, int len) if (errno == 0) { /* TODO: if error isn't found, add it dynamically */ errstr[len] = 0; - printk(KERN_ERR "%s: errstr :%s: not found\n", __func__, - errstr); + printk(KERN_ERR "%s: server reported unknown error %s\n", + __func__, errstr); errno = 1; }