sqush a trivial typo in pk_conf_get_filename

This commit is contained in:
Richard Hughes 2008-04-02 20:21:49 +01:00
parent 941de35bd0
commit 5c0d0e22c1

View File

@ -182,7 +182,7 @@ pk_conf_init (PkConf *conf)
conf->priv = PK_CONF_GET_PRIVATE (conf);
path = pk_conf_get_filename ();
if (path == NULL) {
pk_error ("config file not found '%s'", path);
pk_error ("config file not found");
}
pk_debug ("using config file '%s'", path);
conf->priv->keyfile = g_key_file_new ();