summaryrefslogtreecommitdiffstats
path: root/partition.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'partition.cpp')
-rw-r--r--partition.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/partition.cpp b/partition.cpp
index 9770a5f14..8edf54a5d 100644
--- a/partition.cpp
+++ b/partition.cpp
@@ -31,7 +31,7 @@
#include "cutils/properties.h"
#endif
-#include "libblkid/blkid.h"
+#include "libblkid/include/blkid.h"
#include "variables.h"
#include "twcommon.h"
#include "partitions.hpp"
@@ -2070,6 +2070,7 @@ uint64_t TWPartition::Get_Max_FileSize() {
maxFileSize = 3.94 * constTB; //3.94 TB
else
maxFileSize = 100000000L;
+ LOGINFO("Get_Max_FileSize::maxFileSize: %\n", maxFileSize);
return maxFileSize - 1;
}