# # # patch "mtn_cvs/mtn_pipe.cc" # from [1c1fd5cd881e1e26451e1a75bf81f30690857431] # to [bdc7171634db7645fac59118b349c73b4fcc9aa8] # ============================================================ --- mtn_cvs/mtn_pipe.cc 1c1fd5cd881e1e26451e1a75bf81f30690857431 +++ mtn_cvs/mtn_pipe.cc bdc7171634db7645fac59118b349c73b4fcc9aa8 @@ -100,7 +100,7 @@ again: // at least we can expect 8 bytes int read=blocking_read(*pipe,probe,buf,7+s_cmdnum.size()); - N(read==7+s_cmdnum.size(), F("mtn pipe failure\n")); + N(read==7+s_cmdnum.size(), F("mtn pipe failure\nCommand: %s") % command); int colons; while ((colons=count_colons(buf,read))<4 && read+(4-colons)<=sizeof(buf)) { int res=blocking_read(*pipe,probe,buf+read,4-colons);