diff options
author | Zach Copley <zach@status.net> | 2010-02-18 01:48:41 +0000 |
---|---|---|
committer | Zach Copley <zach@status.net> | 2010-02-18 01:48:41 +0000 |
commit | 5253a99d7abb27f7b17d6fdbc725498fbedd0aaa (patch) | |
tree | 9656596909537c7a80001e95b3c34cabe142f1dd /scripts | |
parent | 1aeca3947d7c938b9d14334d74f0fecd57a4eaf5 (diff) | |
parent | ce6be4f83624d8c39a93d2b54567cc2f33580812 (diff) |
Merge branch 'master' of git@gitorious.org:statusnet/mainline
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/queuedaemon.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/queuedaemon.php b/scripts/queuedaemon.php index d372d898f..6dba16f95 100755 --- a/scripts/queuedaemon.php +++ b/scripts/queuedaemon.php @@ -126,8 +126,7 @@ class QueueDaemon extends SpawningDaemon class QueueMaster extends IoMaster { /** - * Initialize IoManagers for the currently configured site - * which are appropriate to this instance. + * Initialize IoManagers which are appropriate to this instance. */ function initManagers() { |