Improving log output.
diff --git a/src/main/java/io/mifos/core/cassandra/core/CassandraJourney.java b/src/main/java/io/mifos/core/cassandra/core/CassandraJourney.java
index fdc8666..d2be120 100644
--- a/src/main/java/io/mifos/core/cassandra/core/CassandraJourney.java
+++ b/src/main/java/io/mifos/core/cassandra/core/CassandraJourney.java
@@ -86,7 +86,7 @@
             .buildInternal()
         );
       } catch (final Throwable th) {
-        this.logger.warn("Schema table for {0} already exists.", this.applicationName.getServiceName());
+        this.logger.warn("Schema table for '{}' already exists.", this.applicationName.getServiceName());
       }
     }
   }