Skip to content

Commit

Permalink
Make no loader warning an info log (#1152)
Browse files Browse the repository at this point in the history
* Make no loader warning an info log

* Remove !
  • Loading branch information
modmuss50 authored Jul 31, 2024
1 parent fa8bf5e commit 5f09e18
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public void handleDependencies(Project project, SharedServiceManager serviceMana
sourceRemapper.remapAll();

if (extension.getInstallerData() == null) {
project.getLogger().warn("fabric-installer.json not found in dependencies!");
project.getLogger().info("fabric-installer.json not found in dependencies");
}
}
}

0 comments on commit 5f09e18

Please sign in to comment.