fix(remote): Crash caused by typo when displaying tracker info (#4633)

This commit is contained in:
Luukas Pörtfors 2023-01-22 16:50:46 +02:00 committed by GitHub
parent 43bb4bc1c8
commit 980cc6f922
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1602,7 +1602,7 @@ static void printTrackersImpl(tr_variant* trackerStats)
break;
case TR_TRACKER_WAITING:
fmt::print(" Asking for more peers in {:s)\n", tr_strltime(nextAnnounceTime - now));
fmt::print(" Asking for more peers in {:s}\n", tr_strltime(nextAnnounceTime - now));
break;
case TR_TRACKER_QUEUED: