Merge "Make sure encryption type is set on first boot" into nyc-dev
diff --git a/Disk.cpp b/Disk.cpp
index ebd55da..2c2a2da 100644
--- a/Disk.cpp
+++ b/Disk.cpp
@@ -272,7 +272,7 @@
     }
     }
 
-    notifyEvent(ResponseCode::DiskSizeChanged, StringPrintf("%" PRId64, mSize));
+    notifyEvent(ResponseCode::DiskSizeChanged, StringPrintf("%" PRIu64, mSize));
     notifyEvent(ResponseCode::DiskLabelChanged, mLabel);
     notifyEvent(ResponseCode::DiskSysPathChanged, mSysPath);
     return OK;