How do I enable it? The error message says to add it to my ./srcds_run command, but I've tried running it with the following and neither works:
MALLOC_CHECK_=0 ./srcds_run -debug -game /home/smitty/goldeneye/gesource/ +maxplayers 30 +map ge_dam
as well as
MALLOC_CHECK_=0 ./srcds_run -game /home/smitty/goldeneye/gesource/ +maxplayers 30 +map ge_dam -debug
And neither works. -- the terminal still says I should enable -debug to get the log file, and there is no debug.log in the folder I am running it in, my home folder, or in my gesource folder.
Running on ubuntu 14.04
*edit* I've also gone directly into srcds_run and modified the initial value of DEBUG from "" to 1, and it still seems to ignore it.
Thanks,
Smitty