Skip to content

Commit 5825e0e

Browse files
committed
Add better cron info
1 parent 52793b0 commit 5825e0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cronjobs/opencast_discover_videos.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ public function execute($last_result, $parameters = array())
9999
// We need to check this, because it might happen that the Opencast server is connected to multiple Stud.IP instances,
100100
// and we only want to process events that are related to this Stud.IP instance.
101101
if (!Helpers::isEventInThisStudip($event)) {
102-
echo 'Event not related to this Stud.IP instance, skipping: ' . $event->identifier . "\n";
102+
echo '[Skipped] Event not related to this Stud.IP instance, skipping: ' . $event->identifier . "\n";
103103
continue;
104104
}
105105

0 commit comments

Comments
 (0)