mirror of
https://github.com/transmission/transmission
synced 2024-12-25 17:17:31 +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 )
|
if( manualUpdate )
|
||||||
{
|
{
|
||||||
manualUpdate = 0;
|
manualUpdate = 0;
|
||||||
if ( !tr_torrentCanManualUpdate( tor ) ) {
|
if ( !tr_torrentCanManualUpdate( tor ) )
|
||||||
fprintf( stderr, "\rReceived SIGHUP, but can't send a manual update now\n" );
|
fprintf( stderr, "\rReceived SIGHUP, but can't send a manual update now\n" );
|
||||||
else {
|
else {
|
||||||
fprintf( stderr, "\rReceived SIGHUP: manual update scheduled\n" );
|
fprintf( stderr, "\rReceived SIGHUP: manual update scheduled\n" );
|
||||||
|
|
Loading…
Reference in a new issue