diff options
Diffstat (limited to 'legacymm/service.cpp')
-rw-r--r-- | legacymm/service.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/legacymm/service.cpp b/legacymm/service.cpp index e668699..2668f77 100644 --- a/legacymm/service.cpp +++ b/legacymm/service.cpp @@ -77,8 +77,8 @@ int main() { pa = new PictureAdjustment(libHandle); if (pa == nullptr) { - LOG(ERROR) - << "Can not create an instance of LiveDisplay HAL PictureAdjustment Iface, exiting."; + LOG(ERROR) << "Can not create an instance of LiveDisplay HAL PictureAdjustment Iface, " + "exiting."; goto shutdown; } |