diff --git a/README.md b/README.md index 4d05a90..8b89ff2 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ To then start the noise, enter: ``` sudo tcpdump -nql | teller ``` -And it should work. For the last command, it will again ask you to enter your +And it should work. For the last command, it may also again ask you to enter your password. ## How to compile diff --git a/teller.cc b/teller.cc index 0d03ab2..0db48b5 100644 --- a/teller.cc +++ b/teller.cc @@ -77,7 +77,7 @@ int main(int argc, char** argv) } catch (const toml::parse_error& err) { - std::cerr << "Parsing failed:\n" << err << "\n"; + std::cerr << "Could not read configuration files, using built-in defaults" <