Skip to content

Commit

Permalink
#3176 add log prefix to 'recover' subcommand
Browse files Browse the repository at this point in the history
  • Loading branch information
totaam committed Jul 5, 2021
1 parent d2f1bdc commit e5d01b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xpra/scripts/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ def configure_logging(options, mode):
)
setloghandler(SIGPIPEStreamHandler(to))
if mode in (
"start", "start-desktop", "upgrade", "upgrade-desktop",
"start", "start-desktop", "upgrade", "upgrade-desktop", "recover",
"attach", "listen", "shadow", "proxy",
"_sound_record", "_sound_play",
"stop", "print", "showconfig",
Expand Down

0 comments on commit e5d01b2

Please sign in to comment.