diff --git a/dlls/msi/format.c b/dlls/msi/format.c index df7c0e3c056..d582a99b426 100644 --- a/dlls/msi/format.c +++ b/dlls/msi/format.c @@ -85,7 +85,7 @@ static LPWSTR deformat_component(MSIPACKAGE* package, LPCWSTR key, DWORD* sz) if (!package) return NULL; - ERR("POORLY HANDLED DEFORMAT.. [$componentkey] \n"); + FIXME("component key %s\n", debugstr_w(key)); comp = get_loaded_component(package,key); if (comp) {