diff --git a/archiver/ChangeLog b/archiver/ChangeLog index a3bd66dd8..e24f380cf 100644 --- a/archiver/ChangeLog +++ b/archiver/ChangeLog @@ -1,3 +1,8 @@ +2001-05-12 Chema Celorio + + * location.c (location_store_xml): add a carriage return after the + warning message + 2001-05-09 Arturo Espinosa Aldama * 0.4 RELEASE diff --git a/archiver/location.c b/archiver/location.c index 3d66a5d19..42821da7b 100644 --- a/archiver/location.c +++ b/archiver/location.c @@ -558,7 +558,7 @@ location_store_xml (Location *location, gchar *backend_id, xmlDocPtr xml_doc, if (!location->p->inherits_location) fprintf (stderr, "Could not find a location in the " \ "tree ancestry that stores this " \ - "backend: %s.", backend_id); + "backend: %s.\n", backend_id); else location_store_xml (location->p->inherits_location, backend_id, xml_doc, store_type);