diff options
Diffstat (limited to 'translate.cxx')
-rw-r--r-- | translate.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/translate.cxx b/translate.cxx index e799c42a..e6bd4e12 100644 --- a/translate.cxx +++ b/translate.cxx @@ -1306,7 +1306,7 @@ c_unparser::emit_module_exit () // print final error/reentrancy counts if non-zero o->newline() << "if (atomic_read (& skipped_count) || " << "atomic_read (& error_count)) {"; - o->newline(1) << "_stp_printf (\"WARNING: Number of errors: %d, " + o->newline(1) << "_stp_warn (\"Number of errors: %d, " << "skipped probes: %d\\n\", " << "(int) atomic_read (& error_count), " << "(int) atomic_read (& skipped_count));"; |