Index: civicrm/trunk/sites/all/modules/queue2civicrm/recurring/recurring.module |
— | — | @@ -133,10 +133,10 @@ |
134 | 134 | |
135 | 135 | if ( $msg_status == 1 ) { |
136 | 136 | $con->ack($msg); |
137 | | - watchdog( 'recurring', 'Frame from queue succesfully processed.', WATCHDOG_NOTICE ); |
| 137 | + watchdog( 'recurring', 'Frame from queue succesfully processed.' ); |
138 | 138 | return TRUE; |
139 | 139 | } elseif ( $msg_status == 2 ) { |
140 | | - watchdog( 'recurring', 'Frame from queue currently not processable, leaving in queue.', WATCHDOG_NOTICE ); |
| 140 | + watchdog( 'recurring', 'Frame from queue currently not processable, leaving in queue.' ); |
141 | 141 | return FALSE; |
142 | 142 | } else { |
143 | 143 | watchdog( 'recurring', 'Could not process frame from queue.', array(), WATCHDOG_ERROR ); |