Commit dca0e38d authored by Bruno Jesus's avatar Bruno Jesus Committed by Alexandre Julliard

odbc32: Upgrade a WARN into ERR when the library is not found.

parent 4f06fd14
......@@ -520,7 +520,7 @@ static BOOL ODBC_LoadDriverManager(void)
return TRUE;
}
failed:
WARN("failed to open library %s: %s\n", debugstr_a(s), error);
ERR_(winediag)("failed to open library %s: %s\n", debugstr_a(s), error);
nErrorType = ERROR_LIBRARY_NOT_FOUND;
return FALSE;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment