View | Details | Raw Unified | Return to bug 43113
Collapse All | Expand All

(-)a/management/univention-directory-notifier/src/callback.c (-1 / +1 lines)
 Lines 216-222   int data_on_connection(int fd, callback_remove_handler remove) Link Here 
216
				/* try to read from cache */
216
				/* try to read from cache */
217
				if ( (dn_string = notifier_cache_get(id)) == NULL ) {
217
				if ( (dn_string = notifier_cache_get(id)) == NULL ) {
218
218
219
					univention_debug(UV_DEBUG_TRANSFILE, UV_DEBUG_ALL, "%ld not found in cache", id);
219
					univention_debug(UV_DEBUG_TRANSFILE, UV_DEBUG_ERROR, "%ld not found in cache", id);
220
220
221
					univention_debug(UV_DEBUG_TRANSFILE, UV_DEBUG_ALL, "%ld get one dn", id);
221
					univention_debug(UV_DEBUG_TRANSFILE, UV_DEBUG_ALL, "%ld get one dn", id);
222
222
(-)a/management/univention-directory-notifier/src/network.c (-1 / +1 lines)
 Lines 417-423   int network_client_check_clients ( unsigned long last_known_id ) Link Here 
417
				/* try to read from cache */
417
				/* try to read from cache */
418
				if ( (dn_string = notifier_cache_get(tmp->next_id)) == NULL ) {
418
				if ( (dn_string = notifier_cache_get(tmp->next_id)) == NULL ) {
419
419
420
					univention_debug(UV_DEBUG_TRANSFILE, UV_DEBUG_ALL, "%ld not found in cache", tmp->next_id);
420
					univention_debug(UV_DEBUG_TRANSFILE, UV_DEBUG_WARN, "%ld not found in cache", tmp->next_id);
421
421
422
					univention_debug(UV_DEBUG_TRANSFILE, UV_DEBUG_ALL, "%ld get one dn", tmp->next_id);
422
					univention_debug(UV_DEBUG_TRANSFILE, UV_DEBUG_ALL, "%ld get one dn", tmp->next_id);
423
423

Return to bug 43113