Skip to content

Commit 4fcc8c5

Browse files
committed
formatting of API URL notification when not using default
1 parent b8361d0 commit 4fcc8c5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/java/com/toopher/ToopherAPIDemo.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,9 @@ public static void main(String[] args) {
2323
if(env.containsKey("TOOPHER_BASE_URL")){
2424
try {
2525
base_uri = new URI(env.get("TOOPHER_BASE_URL"));
26+
System.out.println("\n--------------------------------------");
2627
System.out.println("Using Toopher API at: " + env.get("TOOPHER_BASE_URL"));
28+
System.out.println("--------------------------------------\n");
2729
} catch (URISyntaxException e) {
2830
System.out.println("Error parsing environment arg TOOPHER_BASE_URL! Using default (https://api.toopher.com/v1/)");
2931
base_uri = null;

0 commit comments

Comments
 (0)