Revision: 6914
          http://playerstage.svn.sourceforge.net/playerstage/?rev=6914&view=rev
Author:   thjc
Date:     2008-07-23 07:20:46 +0000 (Wed, 23 Jul 2008)

Log Message:
-----------
Merged 6905 from 2-1
removed left over debug print in file watcher

Modified Paths:
--------------
    code/player/trunk/libplayercore/filewatcher.cc

Property Changed:
----------------
    code/player/trunk/


Property changes on: code/player/trunk
___________________________________________________________________
Modified: svn:mergeinfo
   - /code/player/branches/release-2-1-patches:6672-6673,6738,6834,6886
   + /code/player/branches/release-2-1-patches:6672-6673,6738,6834,6886,6905

Modified: code/player/trunk/libplayercore/filewatcher.cc
===================================================================
--- code/player/trunk/libplayercore/filewatcher.cc      2008-07-23 07:14:31 UTC 
(rev 6913)
+++ code/player/trunk/libplayercore/filewatcher.cc      2008-07-23 07:20:46 UTC 
(rev 6914)
@@ -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

Reply via email to