Ignore:
Timestamp:
Jul 24, 2009 7:12:27 PM (15 years ago)
Author:
Ted Faber <faber@…>
Branches:
axis_example, compt_changes, info-ops, master, version-1.30, version-2.00, version-3.01, version-3.02
Children:
65f3f29
Parents:
281c0ca
Message:

When the loop is to exit in spewlog, don't sleep

File:
1 edited

Legend:

Unmodified
Added
Removed
  • fedd/fedd_client.py

    r281c0ca rd27fd76  
    12871287                out.flush()
    12881288                log_offset = len(log)
    1289             time.sleep(update)
     1289            if status == 'starting':
     1290                time.sleep(update)
    12901291
    12911292        print >>out
Note: See TracChangeset for help on using the changeset viewer.