Palacios Public Git Repository

To checkout Palacios execute

  git clone http://v3vee.org/palacios/palacios.web/palacios.git
This will give you the master branch. You probably want the devel branch or one of the release branches. To switch to the devel branch, simply execute
  cd palacios
  git checkout --track -b devel origin/devel
The other branches are similar.


Reduced debugging output from consoles / ioctls
[palacios.git] / linux_usr / vnc / x0vncserver.cxx
index cd5fb87..7a4c438 100644 (file)
@@ -370,7 +370,7 @@ public:
     }
     
     virtual void keyEvent(rdr::U32 key, bool down) {
-       vlog.info("Key event received (key=%d, down=%d.",key,down);
+       //vlog.info("Key event received (key=%d, down=%d.",key,down);
     
        uint8_t scan_code = convert_to_scancode(key,down);
 
@@ -423,7 +423,7 @@ public:
                exit(-1);
            }
            
-           fprintf(stderr,"render!\n");
+           //fprintf(stderr,"render!\n");
 
            server->add_changed(pb->getRect());
            server->tryUpdate();