Commit 20ab4b39 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

Change the ARTS_Init() error message from an ERR() to a WARN() since

it can happen in perfectly normal conditions.
parent 299a1382
......@@ -357,7 +357,7 @@ LONG ARTS_WaveInit(void)
if ((errorcode = ARTS_Init()) < 0)
{
ERR("arts_init() failed (%d)\n", errorcode);
WARN("arts_init() failed (%d)\n", errorcode);
return -1;
}
......
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