Skip to content

Commit 8317e50

Browse files
committed
fixed log message
1 parent b73c37d commit 8317e50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dsf-bpe/dsf-bpe-process-api-v2/src/main/java/dev/dsf/bpe/v2/AbstractProcessPluginDefinition.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ public AbstractProcessPluginDefinition()
7676
InputStream in = AbstractProcessPluginDefinition.class.getClassLoader().getResourceAsStream(PROPERTIES_FILE);
7777
if (in == null)
7878
{
79-
logger.warn("{} file not found in root folder");
79+
logger.warn("{} file not found in root folder", PROPERTIES_FILE);
8080
throw new RuntimeException(PROPERTIES_FILE + " file not found");
8181
}
8282

0 commit comments

Comments
 (0)