Revert "Insert debug message into execution tracing"

This reverts commit 72d926ef6c5e9f8ddd0da39dbd1492dad3621c15.
This commit is contained in:
Maximilian Paß
2023-08-01 00:00:39 +02:00
committed by Sebastian Serth
parent ed1b83d13c
commit 4d661138e9

View File

@ -11,10 +11,8 @@ import (
) )
var ( 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 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. // Format Parameters: 1. Debug Comment, 2. command.
timeDebugMessageFormatStart = timeDebugMessageFormat + `; %s` timeDebugMessageFormatStart = timeDebugMessageFormat + `; %s`
// Format Parameters: 1. command, 2. Debug Comment. // Format Parameters: 1. command, 2. Debug Comment.