Loading src/daemon/main.cpp +1 −0 Changes for src/daemon/main.cpp: 1 added line, 0 removed lines. Original line number Diff line number Diff line Loading @@ -364,6 +364,7 @@ int main(int argc, const char* argv[]) { cout << "Debug: OFF" << endl; #endif cout << "RPC protocol: " << RPC_PROTOCOL << endl; cout << "Chunk size: " << CHUNKSIZE << " bytes" << endl; return 0; } Loading Loading
src/daemon/main.cpp +1 −0 Changes for src/daemon/main.cpp: 1 added line, 0 removed lines. Original line number Diff line number Diff line Loading @@ -364,6 +364,7 @@ int main(int argc, const char* argv[]) { cout << "Debug: OFF" << endl; #endif cout << "RPC protocol: " << RPC_PROTOCOL << endl; cout << "Chunk size: " << CHUNKSIZE << " bytes" << endl; return 0; } Loading