misc fixes
[vg.git] / vg_loader.h
index fcae755bef1e2d4d3865814c626f86bd5503b047..206e1d8d3d260bca469f1343d32d4b85904d5955 100644 (file)
@@ -195,7 +195,7 @@ static int _vg_loader_thread( void *pfn ){
       return 0;
 
    /* Run client loader */
-   vg_info( "Starting client loader thread @%p\n", pfn );
+   //vg_info( "Starting client loader thread @%p\n", pfn );
    void (*call_func)(void *data) = pfn;
    call_func( vg.thread_data );