]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#65,!62] Added extra explanation how to start sysrepod
authorTomek Mrugalski <tomasz@isc.org>
Thu, 18 Oct 2018 11:12:04 +0000 (13:12 +0200)
committerFrancis Dupont <fdupont@isc.org>
Fri, 19 Oct 2018 14:05:31 +0000 (10:05 -0400)
 - Wlodek was complaining that it was confusing

src/lib/yang/pretests/sysrepo_setup_tests.cc

index 5f7e5e1ee263d7e5352918970e26065c20b05ded..6ba0a45956486cbd5e0eaea8ac22ce8db0dceef0 100644 (file)
@@ -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;
     }