Changeset eea9b757a19e3427e1e6da9023a8bf480b01a3f9
- 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:
-
Legend:
- Unmodified
- Added
- Removed
-
|
r4c12e2d
|
reea9b75
|
|
| | 1 | 2007-04-02 Philipp Kern <phil@0x539.de> |
| | 2 | |
| | 3 | * src/window.cpp: Mention avahi-daemon in failure message. |
| | 4 | |
| 1 | 5 | 2007-03-27 Philipp Kern <phil@0x539.de> |
| 2 | 6 | |
-
|
r4c12e2d
|
reea9b75
|
|
| 179 | 179 | catch(std::runtime_error&) |
| 180 | 180 | { |
| 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. " |
| 183 | 184 | "Zeroconf support is deactivated for this session."); |
| 184 | 185 | std::cerr << std::endl; |