Skip to content

Commit

Permalink
Add Logger.error() as observation on #3604
Browse files Browse the repository at this point in the history
  • Loading branch information
TranceLove committed Oct 25, 2023
1 parent f9764f0 commit ea6d9a0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -344,6 +344,7 @@ public synchronized CloudStorage getAccount(OpenMode serviceType) {
if (storage instanceof OneDrive) return storage;
break;
default:
LOG.error("Unable to determine service type of storage {}", storage);
return null;
}
}
Expand Down

0 comments on commit ea6d9a0

Please sign in to comment.