mirror of
https://github.com/transmission/transmission
synced 2024-12-25 09:13:06 +00:00
tyop fix
This commit is contained in:
parent
4240f7c60c
commit
e6c46122fb
1 changed files with 1 additions and 1 deletions
|
@ -276,7 +276,7 @@ int main( int argc, char ** argv )
|
|||
if( manualUpdate )
|
||||
{
|
||||
manualUpdate = 0;
|
||||
if ( !tr_torrentCanManualUpdate( tor ) ) {
|
||||
if ( !tr_torrentCanManualUpdate( tor ) )
|
||||
fprintf( stderr, "\rReceived SIGHUP, but can't send a manual update now\n" );
|
||||
else {
|
||||
fprintf( stderr, "\rReceived SIGHUP: manual update scheduled\n" );
|
||||
|
|
Loading…
Reference in a new issue