Skip to content

Commit

Permalink
This message should only be DEBUG level
Browse files Browse the repository at this point in the history
  • Loading branch information
Mumfrey committed Aug 24, 2017
1 parent 3018c89 commit 1688080
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ private ITweaker injectCorePlugin() throws NoSuchMethodException, IllegalAccessE
}

if (this.isAlreadyInjected(coreModName)) {
MixinPlatformAgentAbstract.logger.error("{} has core plugin {}. Skipping because it was already injected.", this.fileName, coreModName);
MixinPlatformAgentAbstract.logger.debug("{} has core plugin {}. Skipping because it was already injected.", this.fileName, coreModName);
return null;
}

Expand Down

0 comments on commit 1688080

Please sign in to comment.