mirror of
https://github.com/SatDump/SatDump
synced 2026-08-13 17:47:30 -04:00
Remove error message in recorder on success
This commit is contained in:
parent
1aa692b957
commit
74ab901eb4
1 changed files with 2 additions and 0 deletions
|
|
@ -158,10 +158,12 @@ namespace satdump
|
|||
splitter->input_stream = source_ptr->output_stream;
|
||||
splitter->start();
|
||||
is_started = true;
|
||||
sdr_error = "";
|
||||
}
|
||||
catch (std::runtime_error &e)
|
||||
{
|
||||
sdr_error = e.what();
|
||||
logger->error(e.what());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue