Skip to content

Commit 81ff516

Browse files
committed
small error message improvement from Dmitry Samersoff
1 parent 1afe0b3 commit 81ff516

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/port/dynloader/freebsd.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ BSD44_derived_dlopen(const char *file, int num)
6868
void *vp;
6969

7070
if ((vp = dlopen((char *) file, num)) == (void *) NULL)
71-
sprintf(error_message, "dlopen (%s) failed", file);
71+
sprintf(error_message, "dlopen '%s' failed. (%s)", file, dlerror() );
7272
return vp;
7373
#endif
7474
}

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy