This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git


The following commit(s) were added to refs/heads/master by this push:
     new bcc0d315 Log problematic source
bcc0d315 is described below

commit bcc0d315852b28158e7faa33e3bcc479090cdb82
Author: Sebb <[email protected]>
AuthorDate: Sat Oct 25 15:26:58 2025 +0100

    Log problematic source
---
 www/board_minutes.cgi | 1 +
 1 file changed, 1 insertion(+)

diff --git a/www/board_minutes.cgi b/www/board_minutes.cgi
index c9efa26d..2f14183b 100755
--- a/www/board_minutes.cgi
+++ b/www/board_minutes.cgi
@@ -92,6 +92,7 @@ def main():
             print("Invalid request")
     except Exception as ex:
         print('Sorry, something went wrong')
+        print(f"Error processing {source}", file=sys.stderr)
         traceback.print_exc()
 
 if __name__ == '__main__':

Reply via email to