diff --git a/lustre/utils/liblustreapi.c b/lustre/utils/liblustreapi.c
index fa65c1ec38f2f71ebf7c8274c5cb8cd3bdc1e9da..bf98b26fd996875adb24ae06bed4b3c1df7f48f9 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)