From 52eaacfab60e751efeaecce101e350fe3efecbd4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Milo=C5=A1=20Mula=C4=8D?= Date: Tue, 12 Dec 2006 13:13:01 +0000 Subject: [PATCH] flush debug message print only names, do not extract --- org.glite.jp.primary/src/sandbox_plugin.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/org.glite.jp.primary/src/sandbox_plugin.c b/org.glite.jp.primary/src/sandbox_plugin.c index 6190457..314806b 100644 --- a/org.glite.jp.primary/src/sandbox_plugin.c +++ b/org.glite.jp.primary/src/sandbox_plugin.c @@ -82,7 +82,7 @@ int init(glite_jp_context_t ctx, glite_jpps_fplug_data_t *data) data->ops.close = sandbox_close; data->ops.attr = sandbox_attr; - printf("sandbox_plugin: URI: \"%s\"",GLITE_JP_FILETYPE_ISB); + printf("sandbox_plugin: URI: \"%s\"\n",GLITE_JP_FILETYPE_ISB); return 0; } @@ -150,7 +150,7 @@ static int sandbox_attr(void *fpctx,void *handle,const char *attr,glite_jp_attrv { printf("-- %s\n", th_get_pathname(h->t)); - if (TH_ISREG(h->t) && tar_extract_regfile(h->t, th_get_pathname(h->t)) != 0) + if (TH_ISREG(h->t) && tar_skip_regfile(h->t) != 0) { err.code = EIO; err.desc = "tar_skip_regfile"; -- 1.8.2.3