mirror of
https://github.com/transmission/transmission
synced 2025-02-22 14:10:34 +00:00
blind-leading-the-blind dept: try to fix the mac build from r10480 w/o a mac :)
This commit is contained in:
parent
1a7bcbbea2
commit
bb3565df60
1 changed files with 2 additions and 2 deletions
|
@ -286,7 +286,7 @@ int trashDataFile(const char * filename)
|
|||
|
||||
if (![self isActive] && [self alertForRemainingDiskSpace])
|
||||
{
|
||||
tr_torinf( fHandle, "restarting via startTransfer" );
|
||||
tr_ninf( tr_info(fHandle)->name, "restarting via startTransfer" );
|
||||
tr_torrentStart(fHandle);
|
||||
[self update];
|
||||
|
||||
|
@ -318,7 +318,7 @@ int trashDataFile(const char * filename)
|
|||
{
|
||||
if (fResumeOnWake)
|
||||
{
|
||||
tr_torinf( fHandle, "restarting because of wakeUp" );
|
||||
tr_ninf( tr_info(fHandle)->name, "restarting because of wakeUp" );
|
||||
tr_torrentStart(fHandle);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue