Whamcloud - gitweb
b=22407 substitute %i with %d
[fs/lustre-release.git] / lustre / ldlm / ldlm_lib.c
index 1cc8f9f..44b6130 100644 (file)
@@ -2397,7 +2397,7 @@ int ldlm_error2errno(ldlm_error_t error)
                 if (((int)error) < 0)  /* cast to signed type */
                         result = error; /* as ldlm_error_t can be unsigned */
                 else {
-                        CERROR("Invalid DLM result code: %i\n", error);
+                        CERROR("Invalid DLM result code: %d\n", error);
                         result = -EPROTO;
                 }
         }