[Fakeroot-commits] [SCM] fakeroot branch, upstream, updated. 08ed00124d8b6b445d3b91a9aa15eec638b02f05
Clint Adams
schizo at debian.org
Sun Nov 15 03:17:05 UTC 2009
The following commit has been merged in the upstream branch:
commit ac2983b11e5dd3f4450f749be8fb3bf371afb8ad
Author: Clint Adams <schizo at debian.org>
Date: Sun Aug 21 23:53:52 2005 +0000
Make mknod debug message say "mknod" instead of "chmod".
git-archimport-id: fakeroot at packages.debian.org--fakeroot/fakeroot--main--0.0--patch-80
diff --git a/faked.c b/faked.c
index 05c45ca..baad025 100644
--- a/faked.c
+++ b/faked.c
@@ -648,7 +648,7 @@ void process_mknod(struct fake_msg *buf){
data_node_t *i;
if(debug)
- fprintf(stderr,"FAKEROOT: chmod, mode=%lo\n",
+ fprintf(stderr,"FAKEROOT: mknod, mode=%lo\n",
buf->st.mode);
i = data_find(&buf->st, buf->remote);
--
fakeroot
More information about the Fakeroot-commits
mailing list