remove scary error, update docs a bit
This commit is contained in:
parent
2a789cbdf3
commit
9eb0527eee
@ -28,7 +28,7 @@ To then start the noise, enter:
|
|||||||
```
|
```
|
||||||
sudo tcpdump -nql | teller
|
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.
|
password.
|
||||||
|
|
||||||
## How to compile
|
## How to compile
|
||||||
|
@ -77,7 +77,7 @@ int main(int argc, char** argv)
|
|||||||
}
|
}
|
||||||
catch (const toml::parse_error& err)
|
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);
|
trackertbl = toml::parse(trackerstoml);
|
||||||
conftbl = toml::parse(tellertoml);
|
conftbl = toml::parse(tellertoml);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user