Skip to content

Commit

Permalink
Logging Level
Browse files Browse the repository at this point in the history
  • Loading branch information
dstreev committed Apr 23, 2024
1 parent e876b4c commit d5965f6
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -149,8 +149,8 @@ public CliFsShell getShell() {
public FileSystemOrganizer getFileSystemOrganizer() {
log.debug("Getting FileSystemOrganizer");
CliSession context = getSessionContext();
log.debug("Current FileSystem {}: ", context.getFileSystemOrganizer().getCurrentFileSystemState().getFileSystem().getUri());
log.debug("Current FileSystem Working Directory: {}", context.getFileSystemOrganizer().getCurrentFileSystemState().getWorkingDirectory());
log.trace("Current FileSystem {}: ", context.getFileSystemOrganizer().getCurrentFileSystemState().getFileSystem().getUri());
log.trace("Current FileSystem Working Directory: {}", context.getFileSystemOrganizer().getCurrentFileSystemState().getWorkingDirectory());
return context.getFileSystemOrganizer();
}

Expand All @@ -159,7 +159,7 @@ public void addCommand(Command cmd) {
}

public String getPrompt() {
return getFileSystemOrganizer().getPrompt();
return getSessionContext().getFileSystemOrganizer().getPrompt();
}

public Command getCommand(String name) {
Expand Down

0 comments on commit d5965f6

Please sign in to comment.