From: Tomek Mrugalski Date: Thu, 18 Oct 2018 11:12:04 +0000 (+0200) Subject: [#65,!62] Added extra explanation how to start sysrepod X-Git-Tag: 65-libyang-config-adaptor_base~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=886b98804bcb02d9228215d0c998657ff5010faa;p=thirdparty%2Fkea.git [#65,!62] Added extra explanation how to start sysrepod - Wlodek was complaining that it was confusing --- diff --git a/src/lib/yang/pretests/sysrepo_setup_tests.cc b/src/lib/yang/pretests/sysrepo_setup_tests.cc index 5f7e5e1ee2..6ba0a45956 100644 --- a/src/lib/yang/pretests/sysrepo_setup_tests.cc +++ b/src/lib/yang/pretests/sysrepo_setup_tests.cc @@ -163,6 +163,12 @@ int main() { << endl << "Sysrepo daemon is required or actions will be local to " << "the local library instance." << endl; + cerr << "Please make sure the sysrepod daemon is running." << endl; + cerr << "The following command should do the trick:" << endl; + cerr << endl; + cerr << "$ sudo sysrepod" << endl; + cerr << endl; + exit_code -= 100; }