From: Miloš Mulač Date: Tue, 12 Dec 2006 13:13:01 +0000 (+0000) Subject: flush debug message X-Git-Tag: gridsite-core_R_1_4_0~42 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=52eaacfab60e751efeaecce101e350fe3efecbd4;p=jra1mw.git flush debug message print only names, do not extract --- 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";