# # patch "cvs_client.cc" # from [ce4c3ceebccb2b7115e55d76254b1c3c17ac042f] # to [acd768576cf34f95f0302f4e8a276f3a7c758f7e] # ======================================================================== --- cvs_client.cc ce4c3ceebccb2b7115e55d76254b1c3c17ac042f +++ cvs_client.cc acd768576cf34f95f0302f4e8a276f3a7c758f7e @@ -261,6 +261,10 @@ args.push_back("cvs server"); } if (host.empty()) host=local_name; + L(F("spawning pipe to '%s' ") % cmd); + for (std::vector::const_iterator i=args.begin();i!=args.end();++i) + L(F("'%s' ") % *i); + L(F("\n")); stream=boost::shared_ptr(new Netxx::PipeStream(cmd,args)); }