Skip to content

Commit

Permalink
incorrect error message, fixing #433
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter committed Jun 2, 2015
1 parent fc0d8e1 commit 80bc227
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -177,7 +177,7 @@ else if (entry.equals(MOTORCYCLE))
}

private static final String ERR = "Encoders are requesting more than %s bits of %s flags. ";
private static final String WAY_ERR = "Decrease the number of vehicles or increase the flags to take long via osmreader.bytesForFlags=8";
private static final String WAY_ERR = "Decrease the number of vehicles or increase the flags to take long via graph.bytesForFlags=8";

private void registerEncoder( AbstractFlagEncoder encoder )
{
Expand Down

0 comments on commit 80bc227

Please sign in to comment.