summaryrefslogtreecommitdiffstats
path: root/libexec
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2009-11-14 15:08:44 +0000
committerrwatson <rwatson@FreeBSD.org>2009-11-14 15:08:44 +0000
commit0fc93714b1c7581316c9a50e5e006a33ad96cc4e (patch)
treeeff7c8a9c565fc545270e4a1a147b3a9dec3de29 /libexec
parenta0a6608ebb84db40d67265a54ff9c589b468516b (diff)
downloadFreeBSD-src-0fc93714b1c7581316c9a50e5e006a33ad96cc4e.zip
FreeBSD-src-0fc93714b1c7581316c9a50e5e006a33ad96cc4e.tar.gz
Fix white space in rtld runtime error printf.
MFC after: 3 days
Diffstat (limited to 'libexec')
-rw-r--r--libexec/rtld-elf/rtld.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/rtld-elf/rtld.c b/libexec/rtld-elf/rtld.c
index 2eebf22..67545df 100644
--- a/libexec/rtld-elf/rtld.c
+++ b/libexec/rtld-elf/rtld.c
@@ -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();
}
OpenPOWER on IntegriCloud