[Red5commits] [1604] SchedulingServiceJob? modified
mklishin
luke at codegent.com
Wed Jan 24 11:04:22 EST 2007
SchedulingServiceJob? modified
Timestamp: 12/27/06 09:16:37 EST (1 month ago)
Change: 1604
Author: mklishin
Files (see diff or trac for details):
java/server/trunk/src/org/red5/server/scheduling/QuartzSchedulingServiceJob.java
Trac: http://mirror1.cvsdude.com/trac/osflash/red5/changeset/1604
Index: /java/server/trunk/src/org/red5/server/scheduling/QuartzSchedulingServiceJob.java
===================================================================
--- /java/server/trunk/src/org/red5/server/scheduling/QuartzSchedulingServiceJob.java (revision 1602)
+++ /java/server/trunk/src/org/red5/server/scheduling/QuartzSchedulingServiceJob.java (revision 1604)
@@ -58,6 +58,6 @@
try {
job.execute(service);
- } catch (CloneNotSupportedException e) {
- log.error("Job " + job.toString() + " execution failed, clone not supported.");
+ } catch (Exception e) {
+ log.error("Job " + job.toString() + " execution failed: " + e.getMessage());
throw new RuntimeException(e);
}
Note:
Diffs are chopped if more than 25k.
This is to get past the limit on the mailing list.
More information about the Red5commits
mailing list