Display the time file that fails

This commit is contained in:
Erik Hofman 2021-03-12 10:45:01 +01:00
parent 9bbb615fbf
commit 878b742558

View File

@ -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!