Revision: 6905 http://playerstage.svn.sourceforge.net/playerstage/?rev=6905&view=rev Author: thjc Date: 2008-07-23 02:39:35 +0000 (Wed, 23 Jul 2008)
Log Message: ----------- removed left over debug print in file watcher Modified Paths: -------------- code/player/branches/release-2-1-patches/libplayercore/filewatcher.cc Modified: code/player/branches/release-2-1-patches/libplayercore/filewatcher.cc =================================================================== --- code/player/branches/release-2-1-patches/libplayercore/filewatcher.cc 2008-07-23 00:03:34 UTC (rev 6904) +++ code/player/branches/release-2-1-patches/libplayercore/filewatcher.cc 2008-07-23 02:39:35 UTC (rev 6905) @@ -123,7 +123,6 @@ int FileWatcher::AddFileWatch(int fd, QueuePointer & queue, bool WatchRead, bool WatchWrite, bool WatchExcept) { Lock(); - fprintf(stderr,"Added file watch %d \n",fd); // find the first available file descriptor struct fd_driver_pair *next_entry = NULL; if (WatchedFilesArrayCount < WatchedFilesArraySize) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Playerstage-commit mailing list Playerstage-commit@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/playerstage-commit