projects
/
cumulus.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b6639d4
)
Make extraction of segments in lbs.py even more quiet.
author
Michael Vrable
<mvrable@cs.ucsd.edu>
Tue, 2 Oct 2007 19:00:28 +0000
(12:00 -0700)
committer
Michael Vrable
<mvrable@turin.ucsd.edu>
Tue, 2 Oct 2007 19:00:28 +0000
(12:00 -0700)
lbs.py
patch
|
blob
|
history
diff --git
a/lbs.py
b/lbs.py
index
7eab075
..
5077a7a
100644
(file)
--- a/
lbs.py
+++ b/
lbs.py
@@
-187,7
+187,6
@@
class ObjectStore:
def load_object(self, segment, object):
path = os.path.join(self.get_cachedir(), segment, object)
if not os.access(path, os.R_OK):
- print "Extracting", segment
self.extract_segment(segment)
if segment in self.lru_list: self.lru_list.remove(segment)
self.lru_list.append(segment)