diff --git a/textio/txCommands.c b/textio/txCommands.c index 554cae2c..04f0eaea 100644 --- a/textio/txCommands.c +++ b/textio/txCommands.c @@ -639,7 +639,7 @@ TxLogStart(fileName, mw) { if (txLogFile != NULL) { - TxError("There is already a log file (%s) open!\n", txLogFile); + TxError("There is already a log file open!\n"); return; }