Skip to content

Commit

Permalink
log.warn
Browse files Browse the repository at this point in the history
  • Loading branch information
murermader committed Dec 18, 2024
1 parent 8745615 commit 264c89d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions webui/src/main/java/org/polypheny/db/webui/HttpServer.java
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ public static HttpServer getInstance() {

Optional<File> globalUiPath = PolyphenyHomeDirManager.getInstance().getGlobalFile( "ui" );

log.warn( "Using global UI path: {}", globalUiPath.get().getAbsolutePath() );
if ( globalUiPath.isPresent() && globalUiPath.get().isDirectory() && Objects.requireNonNull( globalUiPath.get().list() ).length != 0 ) {
log.warn( "Using global UI path: {}", globalUiPath.get().getAbsolutePath() );
uiPath = globalUiPath.get();
Expand Down

0 comments on commit 264c89d

Please sign in to comment.