]> git.ipfire.org Git - thirdparty/mdadm.git/blobdiff - super-intel.c
Change way of printing name of a process
[thirdparty/mdadm.git] / super-intel.c
index 4b23b9ab7dde091b69ca9ec985a13acd13e28c85..d90033932a17462aaabd8b43a8c50ca309a4e4d2 100644 (file)
@@ -1386,7 +1386,7 @@ static int imsm_check_attributes(__u32 attributes)
                }
 
                if (not_supported)
-                       dprintf(Name "(IMSM): Unknown attributes : %x\n", not_supported);
+                       dprintf("%s (IMSM): Unknown attributes : %x\n", Name, not_supported);
 
                ret_val = 0;
        }