Skip to content

Commit

Permalink
remove scary error, update docs a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
berthubert committed Sep 5, 2022
1 parent 2a789cb commit 9eb0527
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion teller.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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" <<endl;
trackertbl = toml::parse(trackerstoml);
conftbl = toml::parse(tellertoml);
}
Expand Down

0 comments on commit 9eb0527

Please sign in to comment.