summaryrefslogtreecommitdiffstats
path: root/booster/src/booster.c
diff options
context:
space:
mode:
Diffstat (limited to 'booster/src/booster.c')
-rw-r--r--booster/src/booster.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/booster/src/booster.c b/booster/src/booster.c
index b5a70c7db41..f3834e11938 100644
--- a/booster/src/booster.c
+++ b/booster/src/booster.c
@@ -854,7 +854,7 @@ close (int fd)
int ret = -1;
glusterfs_file_t glfs_fd = 0;
- gf_log ("booster", GF_LOG_DEBUG, "close: fd %s", fd);
+ gf_log ("booster", GF_LOG_DEBUG, "close: fd %d", fd);
glfs_fd = booster_fdptr_get (booster_fdtable, fd);
if (glfs_fd) {