mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-04-27 03:00:12 -04:00
For simple installs of reddit, g.domain == g.media_domain. If this is the case, the app will print a warning at startup. However, this warning was printed to stdout which meant that any jobs (such as the mr_top stuff) using the output of a reddit process would get this warning in their data streams. Bad times.