diff --git a/dlls/msi/format.c b/dlls/msi/format.c index 41d4a473edd..4cc5ed41d87 100644 --- a/dlls/msi/format.c +++ b/dlls/msi/format.c @@ -192,7 +192,7 @@ static LPWSTR deformat_environment(MSIPACKAGE* package, LPCWSTR key, } else { - ERR("Unknown environment variable %s\n", debugstr_w(key)); + WARN("Unknown environment variable %s\n", debugstr_w(key)); *chunk = 0; value = NULL; }