Skip to content

Commit

Permalink
fix old logging name
Browse files Browse the repository at this point in the history
  • Loading branch information
marmarta committed Nov 20, 2023
1 parent 95fd53b commit 0b3cfca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion disk_password_gui/disk_password_gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
gi.require_version('Gtk', '3.0')
from gi.repository import Gtk, Gdk, GLib, Gio, GdkPixbuf

logger = logging.getLogger('qubes-appmenu')
logger = logging.getLogger('disk-password-gui')


def show_error(parent, title, text):
Expand Down

0 comments on commit 0b3cfca

Please sign in to comment.