errPrintf() was adding a newline when writing to the err log buffer, but not when printing to the screen. This results in the error message running together with the next line. Added a newline to the stderr output.