Skip to content

Commit

Permalink
cosmetics
Browse files Browse the repository at this point in the history
  • Loading branch information
lfoppiano committed Sep 20, 2024
1 parent 8711200 commit 29ad1b1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ public static void main(String[] args) throws Exception {
} else if (flavor.equalsIgnoreCase("ietf")) {
theFlavor = Flavor.IETF;
} else {
System.out.println("Warning, the flavor is not recognized, must one one of [3gpp,ietf], defaulting training to no collection...");
System.out.println("Warning, the flavor is not recognized, must one one of [light, ietf], defaulting training to no collection...");
}
}

Expand Down

0 comments on commit 29ad1b1

Please sign in to comment.