Jay Faulkner 170dbd50eb Fix bug 1338614
util.log_time()'s return value was what was being sent to fork_cb. This means
the resize ran in parallel and the call to fork_cb threw a traceback (trying
to call Nonetype).

By permitting fork_cb to take kwargs, and using the correct method syntax,
this now forks and resizes in the background as appropriate.
2014-09-15 14:39:57 -07:00
..
2014-09-15 14:39:57 -07:00
2014-05-30 14:46:53 -04:00
2014-01-17 15:12:31 -05:00
2013-04-17 09:42:55 -07:00
2014-07-24 09:06:16 -04:00
2012-09-24 16:59:23 -04:00
2012-09-28 16:35:53 -04:00
2014-01-24 15:29:09 -05:00
2014-09-15 14:39:57 -07:00
2014-05-30 10:26:39 -04:00