Show
Ignore:
Timestamp:
11/30/09 13:44:23 (14 years ago)
Author:
arnonym
Message:

No need to name this a "test" server.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/libffado/support/dbus/ffado-dbus-server.cpp

    r1498 r1738  
    313313    DBus::_init_threading(); 
    314314 
    315     // test DBUS stuff 
     315    // set up DBUS stuff 
    316316    DBus::default_dispatcher = &dispatcher; 
    317317    DBus::Connection conn = DBus::Connection::SessionBus(); 
     
    326326    m_deviceManager->unlockControl(); 
    327327 
    328     printMessage("DBUS test service running\n"); 
     328    printMessage("DBUS service running\n"); 
    329329    printMessage("press ctrl-c to stop it & exit\n"); 
    330330