changeset 32:425663344481

improve error message
author Jeff Hammel <k0scist@gmail.com>
date Sun, 02 Jun 2024 16:14:57 -0700
parents 840d60377c88
children b582d2e32d92
files wsgintegrate/dispatcher.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/wsgintegrate/dispatcher.py	Tue Nov 03 10:15:11 2020 -0800
+++ b/wsgintegrate/dispatcher.py	Sun Jun 02 16:14:57 2024 -0700
@@ -22,7 +22,7 @@
             except exc.HTTPNotFound:
                 continue
             except:
-                print(app)
+                print("Dispatcher failure with app: {}".format(app))
                 raise
         else:
             response = exc.HTTPNotFound()