Update crunch-core/src/main/java/org/apache/crunch/io/FormatBundle.java

Co-authored-by: Andrew Olson <930946+noslowerdna@users.noreply.github.com>
diff --git a/crunch-core/src/main/java/org/apache/crunch/io/FormatBundle.java b/crunch-core/src/main/java/org/apache/crunch/io/FormatBundle.java
index 8ca05c5..8d0c014 100644
--- a/crunch-core/src/main/java/org/apache/crunch/io/FormatBundle.java
+++ b/crunch-core/src/main/java/org/apache/crunch/io/FormatBundle.java
@@ -300,8 +300,8 @@
       // code that does not contain the filesystem field.  If those jobs run later with
       // this code that does contain the field, EOFException will occur trying to read
       // the non-existent field.
-      LOG.debug("EOFException caught attempting to read filesystem field.  This condition"
-          + "may temporarily occur with jobs that are submitted before but run after a"
+      LOG.debug("EOFException caught attempting to read filesystem field.  This condition "
+          + "may temporarily occur with jobs that are submitted before but run after a "
           + "cluster-provided Crunch version upgrade.", e);
       hasFilesystem = false;
     }