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!