Skip to content

Commit 2dcc742

Browse files
author
TechsCode
committed
Enhanced Startup Message
1 parent 792d600 commit 2dcc742

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/me/TechsCode/ReleaseServer/ReleaseServer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ public List<Artifact> getArtifacts() {
5151
}
5252
};
5353

54-
System.out.println("Listening to new releases...");
54+
System.out.println("Listening to new releases for "+config.getProjects().size()+" projects...");
5555
}
5656

5757
public static List<Artifact> getArtifacts() {

0 commit comments

Comments
 (0)