Skip to content

Commit

Permalink
warn -> error
Browse files Browse the repository at this point in the history
  • Loading branch information
Saschl committed Nov 13, 2024
1 parent c053e33 commit a821c7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/server/src/utilities/pathUtil.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export const getSimbridgeDir = () => {
try {
return path.join(getPath('appdata'), 'FlyByWireSim', 'Simbridge');
} catch (e) {
Logger.warn('Could not get AppData path via WinAPI. Giving up.', e);
Logger.error('Could not get AppData path via WinAPI. Giving up.', e);
}
};

Expand Down

0 comments on commit a821c7c

Please sign in to comment.