Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 559728
Collapse All | Expand All

(-)a/src/torrent.cpp (-1 / +1 lines)
Lines 675-681 Link Here
675
		}
675
		}
676
676
677
#if defined TORRENT_VERBOSE_LOGGING || defined TORRENT_LOGGING
677
#if defined TORRENT_VERBOSE_LOGGING || defined TORRENT_LOGGING
678
		debug_log("*** LEAVING SEED MODE (%s)", seed ? "as seed" : "as non-seed");
678
		debug_log("*** LEAVING SEED MODE (%s)", skip_checking ? "as seed" : "as non-seed");
679
#endif
679
#endif
680
		m_seed_mode = false;
680
		m_seed_mode = false;
681
		// seed is false if we turned out not
681
		// seed is false if we turned out not

Return to bug 559728