diff --git a/src/libostree/ostree-repo.c b/src/libostree/ostree-repo.c index 584037c4..cff70d47 100644 --- a/src/libostree/ostree-repo.c +++ b/src/libostree/ostree-repo.c @@ -1548,8 +1548,8 @@ keyfile_set_from_vardict (GKeyFile *keyfile, g_key_file_set_string_list (keyfile, section, key, strv_child, len); } else - g_critical ("Unhandled type '%s' in " G_GNUC_FUNCTION, - (char*)g_variant_get_type (child)); + g_critical ("Unhandled type '%s' in %s", + (char*)g_variant_get_type (child), G_STRFUNC); } }