Fix build

(cherry-pick of 731136ca36bb7af1490856373d463e3a6c4df1c8.)

Change-Id: I9b493fd5fc5c5f62f02bc5234ccca2a5118380b4
This commit is contained in:
Paul Lawrence 2014-12-04 14:54:18 -08:00 committed by Elliott Hughes
parent 18237c77c8
commit 1d931bca26

View file

@ -209,7 +209,7 @@ void set_verity_enabled_state_service(int fd, void* cookie)
}
#else
write_console(fd, "%s-verity only works for userdebug builds\n",
disabling ? "disable" : "enable");
enable ? "enable" : "disable");
#endif
errout: