From 15f299ca2e6902cb4ba784f5923cf910f96173a8 Mon Sep 17 00:00:00 2001 From: Dmitri Pal Date: Thu, 26 Feb 2009 19:13:29 -0500 Subject: Testing complete. High level API works. --- etc/file_defaults.d/my_app1.conf | 2 +- etc/file_defaults.d/my_app2.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'etc') diff --git a/etc/file_defaults.d/my_app1.conf b/etc/file_defaults.d/my_app1.conf index 32cdfaf..53f58f9 100644 --- a/etc/file_defaults.d/my_app1.conf +++ b/etc/file_defaults.d/my_app1.conf @@ -1,7 +1,7 @@ ; This is the test application configuration ; Log into the given file: -file_name=/tmp/log1 +file_name="/tmp/log1" ; Open once and keep open (default is 1) diff --git a/etc/file_defaults.d/my_app2.conf b/etc/file_defaults.d/my_app2.conf index da3a8a0..8240e07 100644 --- a/etc/file_defaults.d/my_app2.conf +++ b/etc/file_defaults.d/my_app2.conf @@ -1,7 +1,7 @@ ; This is the test application configuration ; Log into the given file: -file_name=/tmp/log2 +file_name="/tmp/log2" ; Open once and keep open (default is 1) -- cgit