[Toxine-cvs] CVS: toxine/src commands.c,1.75,1.76
Brought to you by:
f1rmb
From: Daniel Caujolle-B. <f1...@us...> - 2004-05-30 23:25:07
|
Update of /cvsroot/toxine/toxine/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30535 Modified Files: commands.c Log Message: @@typo Index: commands.c =================================================================== RCS file: /cvsroot/toxine/toxine/src/commands.c,v retrieving revision 1.75 retrieving revision 1.76 diff -u -r1.75 -r1.76 --- commands.c 30 May 2004 22:25:05 -0000 1.75 +++ commands.c 30 May 2004 23:24:56 -0000 1.76 @@ -2022,7 +2022,7 @@ pinfo(" loop: '%s' [%s]\n", (tox->playlist.loop) ? "YES" : "NO", loop_modes[tox->loop_mode].name); pinfo(" Watchdog:\n"); - pinfo(" enabled: '%s'\n", (tox->watchdog.enabled) ? "yes" : "no"); + pinfo(" enabled: '%s'\n", (tox->watchdog.enabled) ? "YES" : "NO"); pinfo(" timeout: '%d' second(s)\n", tox->watchdog.timeout); pinfo(" Script:\n"); pinfo(" in use: '%s'\n", (tox->script.in_use) ? "YES" : "NO"); |