Skip to content

Commit

Permalink
update service.cpp
Browse files Browse the repository at this point in the history
Signed-off-by: minmingzhu <minming.zhu@intel.com>
  • Loading branch information
minmingzhu committed Jul 28, 2023
1 parent 2fbb80b commit 5146903
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions mllib-dal/src/main/native/service.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -425,8 +425,7 @@ void printNumericTable(NumericTable *dataTable, const char *message = "",
packedTable->releasePackedArray(block);
} else {
std::cout
<< "Dynamic cast to PackedArrayNumericTableIface* failed: "
<< e.what() << std::endl;
<< "Dynamic cast to PackedArrayNumericTableIface* failed."<< std::endl;
}
}
}
Expand Down

0 comments on commit 5146903

Please sign in to comment.