Skip to content

Commit

Permalink
log: holdout file -> test file
Browse files Browse the repository at this point in the history
  • Loading branch information
carfly committed Jul 20, 2014
1 parent e116b61 commit 9566fbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/postagger/postagger.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -658,7 +658,7 @@ Postagger::test(void) {
ifstream ifs(test_file);

if (!ifs) {
ERROR_LOG("Failed to open holdout file.");
ERROR_LOG("Failed to open test file.");
return;
}

Expand Down

0 comments on commit 9566fbe

Please sign in to comment.