mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-05-04 01:39:47 -05:00
Add preprocessor flag
This commit is contained in:
@@ -132,7 +132,7 @@ void TorrentSynchronization::start() {
|
||||
updateTorrentProgress(p);
|
||||
}
|
||||
);
|
||||
} catch (const TorrentError& e) {
|
||||
} catch (const TorrentError&) {
|
||||
LERROR("Failed to synchronize '" << name() <<
|
||||
"'.\nOpenSpace needs to be linked with libtorrent.");
|
||||
if (!isResolved()) {
|
||||
|
||||
Reference in New Issue
Block a user