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

Better debug logging

Change-Id: Ida97a74a8629e0b170d882b38b0eeaa8f53d9bd3
üst 32565ee3
...@@ -1407,13 +1407,14 @@ void BackendImpl::PackageImpl::scanBundle( ...@@ -1407,13 +1407,14 @@ void BackendImpl::PackageImpl::scanBundle(
{ {
OSL_ASSERT( !m_legacyBundle ); OSL_ASSERT( !m_legacyBundle );
OUString mfUrl( makeURL( m_url_expanded, "META-INF/manifest.xml" ) );
::ucbhelper::Content manifestContent; ::ucbhelper::Content manifestContent;
if (! create_ucb_content( if (! create_ucb_content(
&manifestContent, &manifestContent, mfUrl, xCmdEnv, false /* no throw */ ))
makeURL( m_url_expanded, "META-INF/manifest.xml" ),
xCmdEnv, false /* no throw */ ))
{ {
OSL_FAIL( "### missing META-INF/manifest.xml file!" ); SAL_WARN(
"desktop.deployment",
"cannot create UCB Content for <" << mfUrl << ">" );
return; return;
} }
......
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