From 626f6b3a04886d4cf6d37b37fda0bb3991a947e7 Mon Sep 17 00:00:00 2001 From: scjody <scjody> Date: Mon, 16 Jul 2007 23:04:09 +0000 Subject: [PATCH] Branch b1_6 Fix format string b=11969 --- lustre/utils/liblustreapi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/utils/liblustreapi.c b/lustre/utils/liblustreapi.c index fa65c1ec38..bf98b26fd9 100644 --- a/lustre/utils/liblustreapi.c +++ b/lustre/utils/liblustreapi.c @@ -1227,7 +1227,7 @@ static int cb_quotachown(char *path, DIR *parent, DIR *d, void *data) * invoke syscall directly. */ rc = syscall(SYS_chown, path, -1, -1); if (rc) - err_msg("error: chown %s (%u,%u)", path); + err_msg("error: chown %s", path); rc = chmod(path, st->st_mode); if (rc) -- GitLab