[svn-r13576]

bug fix

a call was made to printf instead of parallel_print

tested linux parallel
This commit is contained in:
Pedro Vicente Nunes 2007-04-03 11:10:05 -05:00
parent fdbbc9f09c
commit 2b1ad857ed

View File

@ -241,7 +241,7 @@ hsize_t diff_datasetid( hid_t did1,
if (storage_size1==0 || storage_size2==0)
{
if (options->m_verbose && obj1_name && obj2_name)
printf("<%s> or <%s> are empty datasets\n", obj1_name, obj2_name);
parallel_print("<%s> or <%s> are empty datasets\n", obj1_name, obj2_name);
cmp=0;
options->not_cmp=1;
}