Skip to content

Commit 755a2c8

Browse files
committed
MGM: Fix clang compilation error
1 parent 65a897d commit 755a2c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mgm/grpc/GrpcNsInterface.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2271,7 +2271,7 @@ grpc::Status GrpcNsInterface::Recycle(eos::common::VirtualIdentity& vid,
22712271
{
22722272
eos_static_info("msg=\"processing recycle cmd\" vid.uid=%i vid.gid=%i "
22732273
"vid.sudoer=%i vid.prot=%s",
2274-
vid.uid, vid.gid, vid.sudoer, vid.prot);
2274+
vid.uid, vid.gid, vid.sudoer, vid.prot.c_str());
22752275
eos::console::RequestProto req;
22762276
req.mutable_recycle()->CopyFrom(*request);
22772277
eos::mgm::RecycleCmd cmd(std::move(req), vid);

0 commit comments

Comments
 (0)