modify the warning message

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4595 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Linas Vepstas 2001-06-10 22:57:23 +00:00
parent 8674898c88
commit 4a224e6c04

View File

@ -722,6 +722,8 @@ gnc_book_begin (GNCBook *book, const char * book_id,
{
dll_err = dlerror();
PWARN (" can't load library: %s\n", dll_err ? dll_err : "");
PWARN ("Maybe you don't have postgres installed?\n"
"The postgres backend can't be used until this config problem is fixed");
g_free(book->fullpath);
book->fullpath = NULL;
g_free(book->book_id);