@@ 3203,7 3203,7 @@ public class IO
String temp = new String(inputFour, currentCharset);
if (!(temp.equals("UNIT")))
{
- logger.error("Could not input file - failed at UNIT header. Header is " + temp + "; bytes inputted: " + dataInputted + ". Data inputted: " + dataInputted);
+ logger.error("Could not input file - failed at UNIT header. This often means a city name is too long. Header is " + temp + "; bytes inputted: " + dataInputted + ". Data inputted: " + dataInputted);
return false;
}
//logger.info(temp);