Skip to content
Snippets Groups Projects
Commit 0779ecdc authored by Pierre Lespagnol's avatar Pierre Lespagnol Committed by Adrien Béraud
Browse files

accel: log cleanup

Change-Id: Icd33b5a7d054e83a141f99f2a4fb1b539b125cb0
parent 12a7a95a
No related branches found
No related tags found
No related merge requests found
...@@ -138,7 +138,7 @@ HardwareAccel::init_device_type(std::string& dev) ...@@ -138,7 +138,7 @@ HardwareAccel::init_device_type(std::string& dev)
return -1; return -1;
} }
JAMI_WARN("-- Starting %s test for %s with default device.", (type_ == CODEC_ENCODER) ? "encoding" : "decoding", name); JAMI_WARN("-- Starting %s init for %s with default device.", (type_ == CODEC_ENCODER) ? "encoding" : "decoding", name);
if (name_ == "qsv") if (name_ == "qsv")
err = init_device(name, "auto", 0); err = init_device(name, "auto", 0);
else else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment