Skip to content
Snippets Groups Projects
Commit 0d264a2f authored by David Bigagli's avatar David Bigagli
Browse files

Remove \n from debug messages.

parent ec5de6b5
No related branches found
No related tags found
No related merge requests found
...@@ -198,7 +198,7 @@ static int _read_lustre_counters(void ) ...@@ -198,7 +198,7 @@ static int _read_lustre_counters(void )
debug3("Lustre Counter " debug3("Lustre Counter "
"%"PRIu64" " "%"PRIu64" "
"write_bytes %"PRIu64" " "write_bytes %"PRIu64" "
"writes\n", "writes",
lustre_se.lustre_write_bytes, lustre_se.lustre_write_bytes,
lustre_se.lustre_nb_writes); lustre_se.lustre_nb_writes);
} }
...@@ -212,7 +212,7 @@ static int _read_lustre_counters(void ) ...@@ -212,7 +212,7 @@ static int _read_lustre_counters(void )
debug3("Lustre Counter " debug3("Lustre Counter "
"%"PRIu64" " "%"PRIu64" "
"read_bytes %"PRIu64" " "read_bytes %"PRIu64" "
"reads\n", "reads",
lustre_se.lustre_read_bytes, lustre_se.lustre_read_bytes,
lustre_se.lustre_nb_reads); lustre_se.lustre_nb_reads);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment