core/src/pipe_line.cpp
changeset 95 b3ffff030d5c
parent 0 7f656887cf89
child 103 56b6ee983610
equal deleted inserted replaced
94:8df58d8c99e8 95:b3ffff030d5c
   599 				_LIT(KFormat, "Command '%S' terminated with reason %d\r\n");
   599 				_LIT(KFormat, "Command '%S' terminated with reason %d\r\n");
   600 				TBuf<256> buf;
   600 				TBuf<256> buf;
   601 				TOverflowTruncate overflow;
   601 				TOverflowTruncate overflow;
   602 				buf.AppendFormat(KFormat, &overflow, thisPipedCommand.iCommandName, aError);
   602 				buf.AppendFormat(KFormat, &overflow, thisPipedCommand.iCommandName, aError);
   603 				iStderr.Write(buf);
   603 				iStderr.Write(buf);
   604 					if (aError >= 0)
   604 				if (aError >= 0)
   605 					{
   605 					{
   606 					// Terminate 0 shouldn't equate to a completionError of KErrNone
   606 					// Terminate 0 shouldn't equate to a completionError of KErrNone
   607 					aError = KErrDied;
   607 					aError = KErrDied;
   608 					}
   608 					}
   609 				}
   609 				}