pnoltes commented on code in PR #697:
URL: https://github.com/apache/celix/pull/697#discussion_r1423965382


##########
libs/framework/src/bundle_archive.c:
##########
@@ -65,6 +66,7 @@ static celix_status_t 
celix_bundleArchive_storeBundleStateProperties(bundle_arch
     celix_properties_t* bundleStateProperties = NULL;
     bundleStateProperties = 
celix_properties_load(archive->savedBundleStatePropertiesPath);
     if (bundleStateProperties == NULL) {
+        celix_framework_logTssErrors(archive->fw->logger, 
CELIX_LOG_LEVEL_DEBUG);

Review Comment:
   Should this not be an CELIX_LOG_LEVEL_ERROR?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@celix.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to