projects
/
cumulus.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5eeb328
)
Reduce debugging output.
author
Michael Vrable
<mvrable@cs.ucsd.edu>
Mon, 16 Apr 2007 04:51:41 +0000
(21:51 -0700)
committer
Michael Vrable
<mvrable@turin.ucsd.edu>
Mon, 16 Apr 2007 04:51:41 +0000
(21:51 -0700)
tarstore.cc
patch
|
blob
|
history
diff --git
a/tarstore.cc
b/tarstore.cc
index
78b089b
..
2c2f523
100644
(file)
--- a/
tarstore.cc
+++ b/
tarstore.cc
@@
-45,7
+45,6
@@
void Tarfile::write_object(int id, const char *data, size_t len)
char buf[64];
sprintf(buf, "%08x", id);
string path = segment_name + "/" + buf;
- printf("path: %s\n", path.c_str());
internal_write_object(path, data, len);
@@
-74,8
+73,6
@@
void Tarfile::internal_write_object(const string &path,
if (th_write(t) != 0)
throw IOException("Error writing tar header");
- th_print(t);
-
if (len == 0)
return;