This is an automated email from the ASF dual-hosted git repository.
sseifert pushed a commit to branch experimental/WTES-69-diagnosis
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-testing-osgi-mock.git
The following commit(s) were added to refs/heads/experimental/WTES-69-diagnosis
by this push:
new 0a095fc Revert "comment out line again"
0a095fc is described below
commit 0a095fcc4f610e7ddc97ef00106af66cbb81013d
Author: Stefan Seifert <[email protected]>
AuthorDate: Tue Dec 7 10:46:14 2021 +0100
Revert "comment out line again"
This reverts commit 2d6b50ef63309c4b0b8fdf20becad49fef9ab2f3.
---
.../main/java/org/apache/sling/testing/mock/osgi/MockBundleContext.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/core/src/main/java/org/apache/sling/testing/mock/osgi/MockBundleContext.java
b/core/src/main/java/org/apache/sling/testing/mock/osgi/MockBundleContext.java
index 9dac57b..240f547 100644
---
a/core/src/main/java/org/apache/sling/testing/mock/osgi/MockBundleContext.java
+++
b/core/src/main/java/org/apache/sling/testing/mock/osgi/MockBundleContext.java
@@ -128,7 +128,7 @@ class MockBundleContext implements BundleContext {
@SuppressWarnings("unchecked")
@Override
public ServiceRegistration registerService(final String[] clazzes, final
Object service, final Dictionary properties) {
- //log.debug("Register {} ({}), bundleContext={}", null, null, this);
+ log.debug("Register {} ({}), bundleContext={}", null, null, this);
/*
if (log.isDebugEnabled()) {
log.debug("Register {} ({}), bundleContext={}",
service.getClass().getName(), StringUtils.join(clazzes, ","), this);