removed debug does logging
This commit is contained in:
parent
aa87922c2b
commit
3528a2e67e
@ -43,6 +43,9 @@ v0.35.05 19-Oct-2002
|
|||||||
The AreaMgr reuqests now honor the setting of the switches
|
The AreaMgr reuqests now honor the setting of the switches
|
||||||
Plus All, Notify, Passwd and Pause.
|
Plus All, Notify, Passwd and Pause.
|
||||||
|
|
||||||
|
mbtask:
|
||||||
|
Removed debug logging of "does" info.
|
||||||
|
|
||||||
|
|
||||||
v0.35.04 29-Sep-2002 - 19-Oct-2002.
|
v0.35.04 29-Sep-2002 - 19-Oct-2002.
|
||||||
|
|
||||||
|
@ -199,7 +199,6 @@ int reg_doing(char *data)
|
|||||||
return -1;
|
return -1;
|
||||||
|
|
||||||
strncpy(reginfo[rec].doing, line, 35);
|
strncpy(reginfo[rec].doing, line, 35);
|
||||||
tasklog('d', "%s (%s) does \"%s\"", reginfo[rec].prg, pid, line);
|
|
||||||
reginfo[rec].lastcon = time(NULL);
|
reginfo[rec].lastcon = time(NULL);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user