Revert "Insert debug message into execution tracing"
This reverts commit 72d926ef6c5e9f8ddd0da39dbd1492dad3621c15.
This commit is contained in:

committed by
Sebastian Serth

parent
ed1b83d13c
commit
4d661138e9
@ -11,10 +11,8 @@ import (
|
||||
)
|
||||
|
||||
var (
|
||||
// debugTimeDebugMessageFormat adds additional information for debugging the bug #325.
|
||||
debugTimeDebugMessageFormat = ` || (echo -n \"\$? \"; ps aux)`
|
||||
// timeDebugMessageFormat is the format of messages that will be converted to debug messages.
|
||||
timeDebugMessageFormat = `echo -ne "\x1EPoseidon %s $(date +%%s%%3N` + debugTimeDebugMessageFormat + `)\x1E"`
|
||||
timeDebugMessageFormat = `echo -ne "\x1EPoseidon %s $(date +%%s%%3N)\x1E"`
|
||||
// Format Parameters: 1. Debug Comment, 2. command.
|
||||
timeDebugMessageFormatStart = timeDebugMessageFormat + `; %s`
|
||||
// Format Parameters: 1. command, 2. Debug Comment.
|
||||
|
Reference in New Issue
Block a user