We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 634e4e3 commit 2961bd3Copy full SHA for 2961bd3
syncd/CommandLineOptions.cpp
@@ -48,7 +48,7 @@ std::string CommandLineOptions::getCommandLineString() const
48
49
#ifdef SAITHRIFT
50
51
- ss << " RunRPCServer=" << (m_runRPCServer ? "YES" ? "NO");
+ ss << " RunRPCServer=" << (m_runRPCServer ? "YES" : "NO");
52
ss << " PortMapFile=" << m_portMapFile;
53
54
#endif // SAITHRIFT
0 commit comments