diff options
author | Dees Troy <dees_troy@teamw.in> | 2013-10-18 19:12:59 +0200 |
---|---|---|
committer | Dees Troy <dees_troy@teamw.in> | 2013-10-18 19:12:59 +0200 |
commit | d932ce1b99dee85feb788c513acad3384af6459e (patch) | |
tree | 1f702cd5c7fbd3f744dedc90323a2ed10c5b794e /partition.cpp | |
parent | Clean up init.rc (diff) | |
download | android_bootable_recovery-d932ce1b99dee85feb788c513acad3384af6459e.tar android_bootable_recovery-d932ce1b99dee85feb788c513acad3384af6459e.tar.gz android_bootable_recovery-d932ce1b99dee85feb788c513acad3384af6459e.tar.bz2 android_bootable_recovery-d932ce1b99dee85feb788c513acad3384af6459e.tar.lz android_bootable_recovery-d932ce1b99dee85feb788c513acad3384af6459e.tar.xz android_bootable_recovery-d932ce1b99dee85feb788c513acad3384af6459e.tar.zst android_bootable_recovery-d932ce1b99dee85feb788c513acad3384af6459e.zip |
Diffstat (limited to 'partition.cpp')
-rw-r--r-- | partition.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/partition.cpp b/partition.cpp index 10cfb9f27..093f553c0 100644 --- a/partition.cpp +++ b/partition.cpp @@ -563,9 +563,9 @@ void TWPartition::Setup_Image(bool Display_Error) { Backup_Size = Size; } else { if (Display_Error) - LOGERR("Unable to find parition size for '%s'\n", Mount_Point.c_str()); + LOGERR("Unable to find partition size for '%s'\n", Mount_Point.c_str()); else - LOGINFO("Unable to find parition size for '%s'\n", Mount_Point.c_str()); + LOGINFO("Unable to find partition size for '%s'\n", Mount_Point.c_str()); } } |