Skip to content

Commit

Permalink
Changed printf to TAU_VERBOSE for WEIRD CRAY line.
Browse files Browse the repository at this point in the history
Former-commit-id: fb9dba4ee80a8d0272a0ff216fb3a877a63020a9
  • Loading branch information
sameershende committed Aug 7, 2018
1 parent 9aa01d5 commit f60c63e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Profile/TauMetaData.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -814,7 +814,7 @@ extern "C" int writeMetaDataAfterMPI_Init(void) {
}

line = strtok(NULL, " ");
printf("WEIRD CRAY LINE: %s", line);
TAU_VERBOSE("WEIRD CRAY LINE: %s", line);
Tau_metadata_register("CRAY_CORE_ID", line);
}

Expand Down

0 comments on commit f60c63e

Please sign in to comment.