mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
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:
parent
8674898c88
commit
4a224e6c04
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user