[gnome-boxes] unattended: Correct file path in a debug log



commit 7f8e5b3d141244c270174871f9cc244ef9f2e870
Author: Zeeshan Ali (Khattak) <zeeshanak gnome org>
Date:   Thu Dec 10 19:01:51 2015 +0000

    unattended: Correct file path in a debug log

 src/unattended-setup-box.vala |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/unattended-setup-box.vala b/src/unattended-setup-box.vala
index 5ff6da9..b1ae8e9 100644
--- a/src/unattended-setup-box.vala
+++ b/src/unattended-setup-box.vala
@@ -119,7 +119,7 @@ private class Boxes.UnattendedSetupBox : Gtk.Box {
                 password_notebook.next_page ();
             set_entry_text_from_key (product_key_entry, PRODUCTKEY_KEY);
         } catch (GLib.Error error) {
-            debug ("%s either doesn't already exist or we failed to load it: %s", media_path, error.message);
+            debug ("%s either doesn't already exist or we failed to load it: %s", KEY_FILE, error.message);
         }
         setup_express_toggle (media.os_media.live, needs_internet);
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]