bugfix M.Z.

This commit is contained in:
cvs
2004-11-17 11:03:24 +00:00
parent 0f4e959e22
commit 45476502cd

View File

@ -226,7 +226,7 @@ extern char *SkipSpace(char *pPtr);
} }
else else
{ {
printf("Executing -> %s <- from dummy socket\n", pText); sprintf(pBueffel, "Executing -> %s <- from dummy socket\n", pText);
SICSLogWrite(pBueffel,eCommand); SICSLogWrite(pBueffel,eCommand);
} }