Browse Source

Transdata

tags/v1.3.0
zk 4 years ago
parent
commit
55d661ffeb
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      ge/common/formats/format_transfers/format_transfer_fractal_z.cc

+ 1
- 1
ge/common/formats/format_transfers/format_transfer_fractal_z.cc View File

@@ -276,7 +276,7 @@ Status TransFormatHwcnToFzWithGroups(const TransArgs &args, TransResult &result,
if (cin_ori == 0 || cout_ori == 0) {
GELOGE(GRAPH_FAILED,
"Cin_ori, cout_ori must not be equal 0, "
"and current cin_ori, cout_ori, groups are %d %d %d",
"and current cin_ori, cout_ori, groups are %lld %lld %lld",
cin_ori, cout_ori, groups);
return GRAPH_FAILED;
}


Loading…
Cancel
Save