Author: adrian.chadd
Date: Tue Apr 21 06:48:47 2009
New Revision: 13972
Modified:
branches/LUSCA_HEAD/tools/ufsdump.c
Log:
Tidy up the output a bit.
Modified: branches/LUSCA_HEAD/tools/ufsdump.c
==============================================================================
--- branches/LUSCA_HEAD/tools/ufsdump.c (original)
+++ branches/LUSCA_HEAD/tools/ufsdump.c Tue Apr 21 06:48:47 2009
@@ -72,7 +72,7 @@
switch (t->type) {
case STORE_META_URL:
/* XXX Is this OK? Is the URL guaranteed to be \0 terminated? */
- printf(" URL: %s\n", (char *) t->value);
+ printf(" URL: %s\n", (char *) t->value);
break;
case STORE_META_KEY_MD5:
printf(" MD5 key: %s\n", storeKeyText( (unsigned char *)
t->value ) );
@@ -86,8 +86,7 @@
}
}
if (l == NULL) {
- printf(" STRIPE: Completed, got an object with no size\n");
- return;
+ //printf(" STRIPE: Completed, got an object with no size\n");
}
tlv_free(tlv_list);
}
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"lusca-commit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/lusca-commit?hl=en
-~----------~----~----~----~------~----~------~--~---