12 lines
407 B
Diff
12 lines
407 B
Diff
--- nfs-ganesha-2.4-dev-19/src/FSAL/FSAL_CEPH/handle.c.orig 2016-05-30 08:54:35.653769734 -0400
|
|
+++ nfs-ganesha-2.4-dev-19/src/FSAL/FSAL_CEPH/handle.c 2016-05-30 08:55:35.314769734 -0400
|
|
@@ -233,7 +233,7 @@
|
|
}
|
|
|
|
LogFullDebug(COMPONENT_FSAL,
|
|
- "Created %s inode %lu Inode %p",
|
|
+ "Created %s inode %" PRIu64 " Inode %p",
|
|
name, st.st_ino, i);
|
|
|
|
construct_handle(&st, i, export, &obj);
|