From bf05a3ef30dd1b143b229fa40f94e1b5e9953210 Mon Sep 17 00:00:00 2001 From: bicarus-dev <202771338+bicarus-dev@users.noreply.github.com> Date: Mon, 15 Jun 2026 12:55:15 -0700 Subject: [PATCH] update crash message --- src/spice2x/util/deferlog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/spice2x/util/deferlog.cpp b/src/spice2x/util/deferlog.cpp index 6274373..4d3d715 100644 --- a/src/spice2x/util/deferlog.cpp +++ b/src/spice2x/util/deferlog.cpp @@ -82,7 +82,7 @@ namespace deferredlogs { msg += " * share this entire log file with someone for troubleshooting (log.txt)\n"; msg += " * spice will also attempt to create a minidump (minidump.dmp)\n"; msg += " minidump should only be shared with people you trust as it may contain\n"; - msg += " sensitive data (PCBID, card ID, etc)\n"; + msg += " sensitive data (PCBID, card ID, IP address, user name, etc)\n"; msg += "\n"; }