diff options
| author | Konstantin Belousov <kib@FreeBSD.org> | 2014-08-27 00:48:09 +0000 |
|---|---|---|
| committer | Konstantin Belousov <kib@FreeBSD.org> | 2014-08-27 00:48:09 +0000 |
| commit | e404dc33e27d37ae079111f05056cecf12e71dbf (patch) | |
| tree | 9bfeaf1850b5900161c2b9f018abf1be090392ac /libexec/rtld-elf/rtld.c | |
| parent | 33b6cf558b69c0273435c64ee998d136f8f49a54 (diff) | |
Notes
Diffstat (limited to 'libexec/rtld-elf/rtld.c')
| -rw-r--r-- | libexec/rtld-elf/rtld.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/rtld-elf/rtld.c b/libexec/rtld-elf/rtld.c index 03c92d0a3275..39bef4a36174 100644 --- a/libexec/rtld-elf/rtld.c +++ b/libexec/rtld-elf/rtld.c @@ -2784,7 +2784,7 @@ search_library_pathfds(const char *name, const char *path, int *fdp) size_t len; int dirfd, fd; - dbg("%s('%s', '%s', fdp)\n", __func__, name, path); + dbg("%s('%s', '%s', fdp)", __func__, name, path); /* Don't load from user-specified libdirs into setuid binaries. */ if (!trust) |
