Fix missing semicolon 23/281923/1
authorIlho Kim <ilho159.kim@samsung.com>
Fri, 23 Sep 2022 07:18:24 +0000 (16:18 +0900)
committerIlho Kim <ilho159.kim@samsung.com>
Fri, 23 Sep 2022 07:19:03 +0000 (16:19 +0900)
Change-Id: I260da4343936afefaad95c65998194af4904d5d1
Signed-off-by: Ilho Kim <ilho159.kim@samsung.com>
src/client/pkginfo_client.cc

index b6d3abb..fa38787 100644 (file)
@@ -151,7 +151,7 @@ PkgInfoClient::GetResultParcel() {
     return nullptr;
   }
 
-  LOG(WARNING) << "Success to receive result from server"
+  LOG(WARNING) << "Success to receive result from server";
 
   cpu_inheritance_invoker_.ClearCPUInheritance();