From 878b742558672e836c6ea5b5d010aa695cde5c0a Mon Sep 17 00:00:00 2001 From: Erik Hofman Date: Fri, 12 Mar 2021 10:45:01 +0100 Subject: [PATCH] Display the time file that fails --- simgear/timing/lowleveltime.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simgear/timing/lowleveltime.cxx b/simgear/timing/lowleveltime.cxx index 903877c4..dbd916f9 100644 --- a/simgear/timing/lowleveltime.cxx +++ b/simgear/timing/lowleveltime.cxx @@ -341,7 +341,7 @@ static void fgtzset_internal (int always, const char *tz) // For now, I'll leave it like this. else { - throw sg_exception("Timezone reading failed"); + throw sg_exception("Timezone reading failed: ", tz); } // this emacs "comment out" function is cool!