mirror of
git://git.gnupg.org/gnupg.git
synced 2025-04-17 15:44:34 +02:00
Remove debug code.
This commit is contained in:
parent
3f8e827f63
commit
668398b300
368
po/pt_BR.po
368
po/pt_BR.po
File diff suppressed because it is too large
Load Diff
368
po/zh_CN.po
368
po/zh_CN.po
File diff suppressed because it is too large
Load Diff
368
po/zh_TW.po
368
po/zh_TW.po
File diff suppressed because it is too large
Load Diff
@ -786,9 +786,6 @@ format_name_writer (void *cookie, const void *buffer, size_t size)
|
|||||||
struct format_name_cookie *c = cookie;
|
struct format_name_cookie *c = cookie;
|
||||||
char *p;
|
char *p;
|
||||||
|
|
||||||
log_debug ("buffer: size=%d len=%d error=%d: adding %d bytes\n",
|
|
||||||
(int)c->size, (int)c->len, c->error, (int)size);
|
|
||||||
log_printhex ("Adding:", buffer, size);
|
|
||||||
if (!c->buffer)
|
if (!c->buffer)
|
||||||
{
|
{
|
||||||
p = xtrymalloc (size + 1 + 1);
|
p = xtrymalloc (size + 1 + 1);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user