Menu

#360 unconditional debugprint noise

v0.7
open
nobody
Internals (55)
5
2004-04-28
2004-04-28
Anonymous
No

there are about 150 debugprints without v= argument,
meaning they dont depend on the configured verbosity at
all.

find -name "*.py" | grep -v _darcs | xargs grep
debugprint\( | grep -v "[ ,(]v[ ]*=" | grep -v "^[^
]*:[ ]*#" | less

some of those are in pyutil, most annoying the DoQ
task_free thing.

partial fix (the LBS parts of it) in bakaDARCS

Discussion

  • Myers Carpenter

    Myers Carpenter - 2004-04-29

    Logged In: YES
    user_id=335935

    bakaDARCS commited to HEAD.

    What does "LBS part of it" mean?

     
  • Zooko O'Whielacronx

    Logged In: YES
    user_id=52562

    "LBS" --> Local Block Store

     
  • Myers Carpenter

    Myers Carpenter - 2004-04-29

    Logged In: YES
    user_id=335935

    I think we should make v a required arg in debugprint.

    Thoughts?

     

Log in to post a comment.