Changeset 4842 for source/ariba/utility/bootstrap/modules/multicastdns
- Timestamp:
- Jul 9, 2009, 4:50:33 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
source/ariba/utility/bootstrap/modules/multicastdns/MulticastDns.cpp
r4841 r4842 88 88 (AvahiClientFlags)0, MulticastDns::client_callback, this, &error ); 89 89 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"); 92 92 return; 93 93 }
Note:
See TracChangeset
for help on using the changeset viewer.