]> Pileus Git - grits/blobdiff - src/gis-prefs.c
Improve gis-demo
[grits] / src / gis-prefs.c
index 9659a6e8b143d4e7c5eb24cd2eb08963dcff10a9..95f3812da55bdf93d2deb4cfb341b005bc7ff653 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2009 Andy Spencer <spenceal@rose-hulman.edu>
+ * Copyright (C) 2009-2010 Andy Spencer <andy753421@gmail.com>
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -57,9 +57,10 @@ GisPrefs *gis_prefs_new(const gchar *config, const gchar *defaults)
                g_free(tmp);
        }
        if (error) {
-               g_warning("GisPrefs: new - Unable to load key file `%s': %s",
+               g_debug("GisPrefs: new - Unable to load key file `%s': %s",
                        self->key_path, error->message);
        }
+       g_debug("GisPrefs: new - using %s", self->key_path);
        return self;
 }