Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 96764
b: refs/heads/master
c: 332c421
h: refs/heads/master
v: v3
  • Loading branch information
Eric Van Hensbergen committed May 15, 2008
1 parent 0cd48e1 commit 4934278
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: d0c447180bfcb1db8d59e6ddb10f0346bd7d29e9
refs/heads/master: 332c421e67045343de74e644cdf389f559f0d83f
4 changes: 2 additions & 2 deletions trunk/net/9p/error.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit 4934278

Please sign in to comment.