Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
BIND
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
635
Issues
635
List
Boards
Labels
Service Desk
Milestones
Merge Requests
107
Merge Requests
107
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ISC Open Source Projects
BIND
Commits
11b4f170
Commit
11b4f170
authored
Aug 25, 2009
by
Mark Andrews
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
2657. [cleanup] Lower "journal file <path> does not exist, creating it"
log level to debug 1. [RT #20058]
parent
7179c347
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
5 deletions
+6
-5
CHANGES
CHANGES
+3
-0
lib/dns/journal.c
lib/dns/journal.c
+3
-5
No files found.
CHANGES
View file @
11b4f170
2657. [cleanup] Lower "journal file <path> does not exist, creating it"
log level to debug 1. [RT #20058]
2656. [func] win32: add a "tools only" check box to the installer
which causes it to only install dig, host, nslookup,
nsupdate and relevent dlls. [RT #19998]
...
...
lib/dns/journal.c
View file @
11b4f170
...
...
@@ -15,7 +15,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: journal.c,v 1.10
5 2009/01/17 23:47:42 tbox
Exp $ */
/* $Id: journal.c,v 1.10
6 2009/08/25 07:41:28 marka
Exp $ */
#include <config.h>
...
...
@@ -562,11 +562,9 @@ journal_open(isc_mem_t *mctx, const char *filename, isc_boolean_t write,
if
(
result
==
ISC_R_FILENOTFOUND
)
{
if
(
create
)
{
isc_log_write
(
JOURNAL_COMMON_LOGARGS
,
ISC_LOG_INFO
,
isc_log_write
(
JOURNAL_COMMON_LOGARGS
,
ISC_LOG_DEBUG
(
1
),
"journal file %s does not exist, "
"creating it"
,
j
->
filename
);
"creating it"
,
j
->
filename
);
CHECK
(
journal_file_create
(
mctx
,
filename
));
/*
* Retry.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment