Changeset eea9b757a19e3427e1e6da9023a8bf480b01a3f9

Show
Ignore:
Timestamp:
04/02/07 18:33:06 (6 years ago)
Author:
Philipp Kern <phil@…>
Parents:
4c12e2ddfca9ac7acc9a45a820b8033a2aa99476
Children:
a20d5997552a67057259aa24994ecf618b4c6a5a
git-committer:
Philipp Kern <phil@0x539.de> / 2007-04-02T16:33:06Z+0000
Message:

2007-04-02 Philipp Kern <phil@…>

  • src/window.cpp: Mention avahi-daemon in failure message.
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • ChangeLog

    r4c12e2d reea9b75  
     12007-04-02  Philipp Kern <phil@0x539.de> 
     2 
     3        * src/window.cpp: Mention avahi-daemon in failure message. 
     4 
    152007-03-27  Philipp Kern <phil@0x539.de> 
    26 
  • src/window.cpp

    r4c12e2d reea9b75  
    179179        catch(std::runtime_error&) 
    180180        { 
    181                 std::cerr << _("Howl initialisation failed. Probably you need " 
    182                         "to run mDNSResponder as root prior to Gobby. " 
     181                std::cerr << _("Zeroconf initialisation failed. Probably you " 
     182                        "need to run avahi-daemon or mDNSResponder, depending " 
     183                        "on the library you use, as root prior to Gobby. " 
    183184                        "Zeroconf support is deactivated for this session."); 
    184185                std::cerr << std::endl;