Skip to content

Commit

Permalink
fix log output. (apache#2153)
Browse files Browse the repository at this point in the history
  • Loading branch information
JaredTan95 authored Jan 12, 2019
1 parent f9fb693 commit 84a5c8c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
import java.util.Objects;
import org.apache.skywalking.oap.server.core.*;
import org.apache.skywalking.oap.server.core.cache.ServiceInventoryCache;
import org.apache.skywalking.oap.server.core.register.*;
import org.apache.skywalking.oap.server.core.register.ServiceInventory;
import org.apache.skywalking.oap.server.core.register.worker.InventoryProcess;
import org.apache.skywalking.oap.server.library.module.ModuleManager;
import org.apache.skywalking.oap.server.library.util.BooleanUtils;
Expand Down Expand Up @@ -100,7 +100,7 @@ private ServiceInventoryCache getServiceInventoryCache() {

InventoryProcess.INSTANCE.in(serviceInventory);
} else {
logger.warn("Service {} properties update, but not found in storage.");
logger.warn("Service {} properties update, but not found in storage.", serviceId);
}
}

Expand Down

0 comments on commit 84a5c8c

Please sign in to comment.