[dovecot/core] ccf7e2: lib: Add event_unset_forced_debug()

GitHub noreply at github.com
Sun Jul 1 18:00:06 EEST 2018


  Branch: refs/heads/master
  Home:   https://github.com/dovecot/core
  Commit: ccf7e2a0d572b017672d24ab69afee85e1c968e9
      https://github.com/dovecot/core/commit/ccf7e2a0d572b017672d24ab69afee85e1c968e9
  Author: Josef 'Jeff' Sipek <jeff.sipek at dovecot.fi>
  Date:   2018-06-30 (Sat, 30 Jun 2018)

  Changed paths:
    M src/lib/event-log.c
    M src/lib/event-log.h

  Log Message:
  -----------
  lib: Add event_unset_forced_debug()


  Commit: 6940c43e63c4c9dfb37a94808fbcec4ef9d0c2a3
      https://github.com/dovecot/core/commit/6940c43e63c4c9dfb37a94808fbcec4ef9d0c2a3
  Author: Josef 'Jeff' Sipek <jeff.sipek at dovecot.fi>
  Date:   2018-06-30 (Sat, 30 Jun 2018)

  Changed paths:
    M src/lib/event-log.c
    M src/lib/event-log.h

  Log Message:
  -----------
  lib: Change event_set_forced_debug(e, FALSE) to be a no-op


  Commit: e05b4b614b40d56cb7857dbb428398829c377785
      https://github.com/dovecot/core/commit/e05b4b614b40d56cb7857dbb428398829c377785
  Author: Josef 'Jeff' Sipek <jeff.sipek at dovecot.fi>
  Date:   2018-06-30 (Sat, 30 Jun 2018)

  Changed paths:
    M src/auth/auth-client-connection.c
    M src/auth/auth-request.c
    M src/auth/auth.c
    M src/imap-urlauth/imap-urlauth-client.c
    M src/lib-http/http-client-request.c
    M src/lib-http/http-client.c
    M src/lib-program-client/program-client.c
    M src/lib-storage/mail-storage-service.c
    M src/login-common/main.c

  Log Message:
  -----------
  global: Start relying on event_set_forced_debug(e, FALSE) being a no-op

Converted using the following semantic patch:

	@@
	expression event;
	expression cond;
	@@

	- if (cond) {
	- 	event_set_forced_debug(event,
	(
	- TRUE
	|
	- cond
	)
	- );
	- }
	+ event_set_forced_debug(event, cond);


Compare: https://github.com/dovecot/core/compare/80225aa8f177...e05b4b614b40
      **NOTE:** This service been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.


More information about the dovecot-cvs mailing list