summaryrefslogtreecommitdiff
path: root/base/cprintf.hh
diff options
context:
space:
mode:
Diffstat (limited to 'base/cprintf.hh')
-rw-r--r--base/cprintf.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/cprintf.hh b/base/cprintf.hh
index 8360d227c..ac34cd252 100644
--- a/base/cprintf.hh
+++ b/base/cprintf.hh
@@ -75,7 +75,7 @@ class ArgList
break;
default:
- format_invalid(out);
+ out << "<bad format>";
break;
}
}