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 committed Feb 28, 2022
1 parent dddffa2 commit 0355c00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mapproject.c
Expand Up @@ -367,7 +367,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 0355c00

Please sign in to comment.