Warn about Failed to bind context driver instead of doing a

RARCH_ERR
This commit is contained in:
twinaphex 2015-01-31 06:00:31 +01:00
parent ebe8a81a07
commit 062e1e7eab

View File

@ -162,7 +162,7 @@ static const gfx_ctx_driver_t *gfx_ctx_init(void *data,
return ctx;
}
RARCH_ERR("Failed to bind API (#%u, version %u.%u) on context driver \"%s\".\n",
RARCH_WARN("Failed to bind API (#%u, version %u.%u) on context driver \"%s\".\n",
(unsigned)api, major, minor, ctx->ident);
return NULL;