error message should include correct name and path for pirepsTable.txt

This commit is contained in:
mjames-upc 2016-03-20 12:30:03 -06:00
parent 6927ebab25
commit 2aa5b513d8

View file

@ -444,7 +444,7 @@ public class CWAParser {
getMoreCoords = true;
} else {
logger.error("Bad location. '" + tok
+ "' not in the pirepTable.txt");
+ "' not in edex_static/base/cwa/pirepsTable.txt");
}
}
}