Skip to content

Commit

Permalink
handle PROJ6 invalid coordinate message through DEBUG levels
Browse files Browse the repository at this point in the history
  • Loading branch information
jmckenna authored and github-actions[bot] committed Mar 4, 2022
1 parent 5482592 commit 6eeff73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mapproject.c
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ static void msProjErrorLogger(void * user_data,
{
msDebug( "PROJ: Error: %s\n", message );
}
else if( level == PJ_LOG_DEBUG)
else if( level == PJ_LOG_DEBUG )
{
msDebug( "PROJ: Debug: %s\n", message );
}
Expand Down

0 comments on commit 6eeff73

Please sign in to comment.