append connection string to connection error message
This commit is contained in:
parent
e7fdf1fa51
commit
19deb86591
1 changed files with 1 additions and 0 deletions
|
@ -70,6 +70,7 @@ public:
|
|||
{
|
||||
s << "unable to connect to postgres server";
|
||||
}
|
||||
s << "\n" << connection_str;
|
||||
throw mapnik::datasource_exception( s.str() );
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue