]> Pileus Git - grits/blobdiff - src/gis-prefs.c
Debugging and memory checking
[grits] / src / gis-prefs.c
index 6a2bd7d498c642cd4475a072b9971892eabc3921..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
@@ -60,6 +60,7 @@ GisPrefs *gis_prefs_new(const gchar *config, const gchar *defaults)
                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;
 }