Update bugreport()

I left this out of the last commit accidentally.
This commit is contained in:
Aaron Gyes 2018-12-11 02:50:03 -08:00
parent f2a829aa23
commit 0b45b474f3

View file

@ -2010,8 +2010,8 @@ int create_directory(const wcstring &d) {
}
__attribute__((noinline)) void bugreport() {
debug(0, _(L"This is a bug. Break on bugreport to debug."));
debug(0, _(L"If you can reproduce it, please send a bug report to %s."), PACKAGE_BUGREPORT);
debug(0, _(L"This is a bug. Break on 'bugreport' to debug."));
debug(0, _(L"If you can reproduce it, please report: %s."), PACKAGE_BUGREPORT);
}
wcstring format_size(long long sz) {