Improve diagnostic message

Change-Id: I14c75be238648b060d398778e8c1c1005d574a97
diff --git a/src/heap.cc b/src/heap.cc
index 392db8a..2451857 100644
--- a/src/heap.cc
+++ b/src/heap.cc
@@ -381,7 +381,7 @@
     //       free space is equal to the old free space + the
     //       utilization slop for the new allocation.
     VLOG(gc) << "Grow heap (frag case) to " << PrettySize(new_footprint)
-             << "for a " << PrettySize(alloc_size) << " allocation";
+             << " for a " << PrettySize(alloc_size) << " allocation";
     return ptr;
   }