Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 48623
b: refs/heads/master
c: 008983d
h: refs/heads/master
i:
  48621: 2b35b18
  48619: 05a3227
  48615: 98501a1
  48607: 86e2955
v: v3
  • Loading branch information
Thomas Hisch authored and Linus Torvalds committed Feb 16, 2007
1 parent 61df3f3 commit 4f90150
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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: eb95e7ffa50fa2921ef1845a5dcb2fe5b21e83a2
refs/heads/master: 008983d9669b80ac628b6b09ce4d78e75844b294
3 changes: 2 additions & 1 deletion trunk/fs/ecryptfs/messaging.c
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,8 @@ int ecryptfs_process_helo(unsigned int transport, uid_t uid, pid_t pid)
if (!new_id) {
rc = -ENOMEM;
ecryptfs_printk(KERN_ERR, "Failed to allocate memory; unable "
"to register daemon [%d] for user\n", pid, uid);
"to register daemon [%d] for user [%d]\n",
pid, uid);
goto unlock;
}
if (!ecryptfs_find_daemon_id(uid, &old_id)) {
Expand Down

0 comments on commit 4f90150

Please sign in to comment.