Skip to content

Commit

Permalink
chore(ModuleManager): debugging log
Browse files Browse the repository at this point in the history
  • Loading branch information
keturn committed May 10, 2022
1 parent b0ed2eb commit 911b6e0
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2021 The Terasology Foundation
// Copyright 2022 The Terasology Foundation
// SPDX-License-Identifier: Apache-2.0
package org.terasology.engine.core.module;

Expand Down Expand Up @@ -202,6 +202,7 @@ static Module loadAndConfigureEngineModule(ModuleFactory moduleFactory, List<Cla
URL url = ClasspathHelper.forClass(aClass);
config.addUrls(url); // include this in reflections scan
classPaths.add(urlToFile(url)); // also include in Module.moduleClasspaths
logger.debug("Adding path to engine module for class: {} {}", url, aClass);
}

if (!config.getUrls().isEmpty()) {
Expand Down

0 comments on commit 911b6e0

Please sign in to comment.