Merge r199270 from head to stable/8:

Fix white space in rtld runtime error printf.
This commit is contained in:
Robert Watson 2009-12-14 13:16:50 +00:00
parent f7000239aa
commit 38420804a6

View file

@ -3425,7 +3425,7 @@ locate_dependency(const Obj_Entry *obj, const char *name)
if (object_match_name(needed->obj, name))
return needed->obj;
}
_rtld_error("%s: Unexpected inconsistency: dependency %s not found",
_rtld_error("%s: Unexpected inconsistency: dependency %s not found",
obj->path, name);
die();
}