Browse Source

[1175] add the package name for SessionError

Naoki Kambe 13 years ago
parent
commit
9dedc72e89
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/bin/stats/stats.py.in

+ 1 - 1
src/bin/stats/stats.py.in

@@ -405,7 +405,7 @@ if __name__ == "__main__":
     except OptionValueError as ove:
         logger.fatal(STATS_BAD_OPTION_VALUE, ove)
         sys.exit(1)
-    except SessionError as se:
+    except isc.cc.session.SessionError as se:
         logger.fatal(STATS_CC_SESSION_ERROR, se)
         sys.exit(1)
     except StatsError as se: