summaryrefslogtreecommitdiffstats
path: root/src/sbin/Bcfg2debug
diff options
context:
space:
mode:
Diffstat (limited to 'src/sbin/Bcfg2debug')
-rw-r--r--src/sbin/Bcfg2debug5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/sbin/Bcfg2debug b/src/sbin/Bcfg2debug
index 522baff0a..95508a5b4 100644
--- a/src/sbin/Bcfg2debug
+++ b/src/sbin/Bcfg2debug
@@ -64,10 +64,7 @@ if __name__ == '__main__':
for instance in generator.__provides__[key].keys():
print " ", key, instance
elif cmd[0] == 'update':
- while core.fam.fm.pending():
- while core.fam.fm.pending():
- core.fam.HandleEvent()
- sleep(0.5)
+ core.fam.Service()
else:
print "Unknown command %s" % cmd[0]
cmd = get_input()