Changeset 4842 for source/ariba


Ignore:
Timestamp:
Jul 9, 2009, 4:50:33 PM (15 years ago)
Author:
Christoph Mayer
Message:

avahi fehler logging

File:
1 edited

Legend:

Unmodified
Added
Removed
  • source/ariba/utility/bootstrap/modules/multicastdns/MulticastDns.cpp

    r4841 r4842  
    8888                        (AvahiClientFlags)0, MulticastDns::client_callback, this, &error );
    8989        if( avahiclient == NULL){
    90                 logging_error("creating avahi client failed with error "
    91                                 << error << ". make sure that the avahi-daemon is running. e.g. by installing avahi-utils);
     90                logging_error("creating avahi client failed with error "<<
     91                                error << ". make sure that the avahi-daemon is running. e.g. by installing avahi-utils");
    9292                return;
    9393        }
Note: See TracChangeset for help on using the changeset viewer.