1
0
Fork 0
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:
Charles Kerr 2010-04-14 13:42:51 +00:00
parent 1a7bcbbea2
commit bb3565df60

View file

@ -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);
}
}