Skip to content

Commit

Permalink
append connection string to connection error message
Browse files Browse the repository at this point in the history
  • Loading branch information
artemp committed Jan 24, 2012
1 parent e7fdf1f commit 19deb86
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/input/postgis/connection.hpp
Expand Up @@ -70,6 +70,7 @@ class Connection
{
s << "unable to connect to postgres server";
}
s << "\n" << connection_str;
throw mapnik::datasource_exception( s.str() );
}
}
Expand Down

0 comments on commit 19deb86

Please sign in to comment.