summaryrefslogtreecommitdiffstats
path: root/src/sys/vfs/vfs_main.C
diff options
context:
space:
mode:
authorPatrick Williams <iawillia@us.ibm.com>2010-10-05 17:35:47 -0500
committerPatrick Williams <iawillia@us.ibm.com>2010-10-05 17:35:47 -0500
commit5d43599264f23482f84fbd82958ce60fac43c4b4 (patch)
tree260897d9c054fa18196d92137dd6ae16c4d17720 /src/sys/vfs/vfs_main.C
parent86ac0669c13dddb64cc50a036544d4f67dc5dcd8 (diff)
downloadtalos-hostboot-5d43599264f23482f84fbd82958ce60fac43c4b4.tar.gz
talos-hostboot-5d43599264f23482f84fbd82958ce60fac43c4b4.zip
Support printk format warnings.
Diffstat (limited to 'src/sys/vfs/vfs_main.C')
-rw-r--r--src/sys/vfs/vfs_main.C2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sys/vfs/vfs_main.C b/src/sys/vfs/vfs_main.C
index 0b41bb631..3efb99002 100644
--- a/src/sys/vfs/vfs_main.C
+++ b/src/sys/vfs/vfs_main.C
@@ -75,7 +75,7 @@ void vfs_main(void* unused)
e->msg_q = (msg_q_t) msg->data[0];
vfsContents.insert(e);
- printk("VFS: Registering %llx as %s\n",
+ printk("VFS: Registering %lx as %s\n",
e->msg_q, e->key.key);
msg_respond(vfsMsgQ, msg);
}
OpenPOWER on IntegriCloud