Changeset 0484b31 in mod_gnutls


Ignore:
Timestamp:
Apr 8, 2020, 1:59:18 PM (3 years ago)
Author:
Fiona Klute <fiona.klute@…>
Branches:
asyncio, main, master, proxy-ticket
Children:
1eaadcd
Parents:
b0695c6
git-author:
Fiona Klute <fiona.klute@…> (04/08/20 13:57:11)
git-committer:
Fiona Klute <fiona.klute@…> (04/08/20 13:59:18)
Message:

Set the module name for log messages from gnutls_watchdog.c

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/gnutls_watchdog.c

    rb0695c6 r0484b31  
    11/*
    2  *  Copyright 2018 Fiona Klute
     2 *  Copyright 2018-2020 Fiona Klute
    33 *
    44 *  Licensed under the Apache License, Version 2.0 (the "License");
     
    2020#include <mod_watchdog.h>
    2121
     22APLOG_USE_MODULE(gnutls);
    2223
    2324struct mgs_watchdog* mgs_new_singleton_watchdog(server_rec *s, char *name,
Note: See TracChangeset for help on using the changeset viewer.