fde: add missing newline

Change-Id: I4c903be0df4319b8426f4fb1d4457c6e8afde9cf
diff --git a/crypto/fde/cryptfs.cpp b/crypto/fde/cryptfs.cpp
index 544d3ec..60912fb 100644
--- a/crypto/fde/cryptfs.cpp
+++ b/crypto/fde/cryptfs.cpp
@@ -1082,7 +1082,7 @@
   for (i = 0; i < TABLE_LOAD_RETRIES; i++) {
     int ret = ioctl(fd, DM_TABLE_LOAD, io);
     if (!ret)  {
-      SLOGI("ioctl err: %d", ret);
+      SLOGI("ioctl err: %d\n", ret);
       break;
     }
     usleep(500000);