]> Pileus Git - grits/blobdiff - src/gis-prefs.c
Update copyright and email address
[grits] / src / gis-prefs.c
index 9659a6e8b143d4e7c5eb24cd2eb08963dcff10a9..e66be1a2117ffa448bf5d44c1d9c3f666b048f24 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,7 +57,7 @@ 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);
        }
        return self;