diff --git a/libgnucash/app-utils/gnc-option-date.cpp b/libgnucash/app-utils/gnc-option-date.cpp index 332c6bcd7d..1e6ae7560d 100644 --- a/libgnucash/app-utils/gnc-option-date.cpp +++ b/libgnucash/app-utils/gnc-option-date.cpp @@ -557,6 +557,6 @@ gnc_relative_date_to_time64(RelativeDatePeriod period) std::ostream& operator<<(std::ostream& ostr, RelativeDatePeriod per) { - ostr << gnc_relative_date_display_string(per); + ostr << "'reldate . " << gnc_relative_date_display_string(per); return ostr; }