diff --git a/MeshLib/MeshGenerators/VtkMeshConverter.h b/MeshLib/MeshGenerators/VtkMeshConverter.h
index 7fe6cf11f18ab850cb75a5c2bd37493761203c4f..d4863df065c22a0b230dd0d7af6a5d1bf41b3220 100644
--- a/MeshLib/MeshGenerators/VtkMeshConverter.h
+++ b/MeshLib/MeshGenerators/VtkMeshConverter.h
@@ -101,7 +101,7 @@ private:
 			(properties.createNewPropertyVector<T>(array_name, type, nComponents));
 		if (!vec)
 		{
-			WARN("vtkFloatArray %s could not be converted to PropertyVector.", array_name);
+			WARN("Array %s could not be converted to PropertyVector.", array_name);
 			return;
 		}
 		vec->reserve(nTuples*nComponents);