Kaydet (Commit) df4adcc4 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Fix debug output

Change-Id: I785a3f223bd8897466f9402125df2da07615cd50
üst 929baba5
......@@ -239,8 +239,8 @@ uno::Reference< media::XPlayer > MediaWindowImpl::createPlayer( const OUString&
"failed to create media player service " << aServiceName );
} catch ( const uno::Exception &e ) {
SAL_WARN( "avmedia",
"couldn't create media player " AVMEDIA_MANAGER_SERVICE_NAME
", exception '" << e.Message << '\'');
"couldn't create media player " << aServiceName
<< ", exception '" << e.Message << '\'');
}
}
......
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