summaryrefslogtreecommitdiffstats
path: root/ipa-server/ipa-gui/ipagui/templates/Makefile.am
diff options
context:
space:
mode:
authorRob Crittenden <rcritten@redhat.com>2008-05-28 13:59:19 -0400
committerRob Crittenden <rcritten@redhat.com>2008-06-03 22:41:09 -0400
commit9bcd31efc5abcfb529b30c8e067cd421e87d7ed4 (patch)
tree017d4a1fed8701e1c9f2e9c1582ff67feec49a09 /ipa-server/ipa-gui/ipagui/templates/Makefile.am
parentc58b7a3d7c32147fd8e72de4254bb35191fedc4b (diff)
downloadfreeipa.git-9bcd31efc5abcfb529b30c8e067cd421e87d7ed4.tar.gz
freeipa.git-9bcd31efc5abcfb529b30c8e067cd421e87d7ed4.tar.xz
freeipa.git-9bcd31efc5abcfb529b30c8e067cd421e87d7ed4.zip
Fix issue of double logging in ipa_error.log.
We open the log in ipa_webgui and this was being inherited by TurboGears which uses the same log so everything was getting logged twice. Shut down the log in ipa_webgui at the last possible moment. This will not catch configuration errors. Add a Not Found template. Only print a traceback on 500 errors.
Diffstat (limited to 'ipa-server/ipa-gui/ipagui/templates/Makefile.am')
-rw-r--r--ipa-server/ipa-gui/ipagui/templates/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/ipa-server/ipa-gui/ipagui/templates/Makefile.am b/ipa-server/ipa-gui/ipagui/templates/Makefile.am
index 83d54665..ddc8666c 100644
--- a/ipa-server/ipa-gui/ipagui/templates/Makefile.am
+++ b/ipa-server/ipa-gui/ipagui/templates/Makefile.am
@@ -25,6 +25,7 @@ app_DATA = \
ipapolicyshow.kid \
loginfailed.kid \
master.kid \
+ not_found.kid \
policyindex.kid \
policylayout.kid \
principallayout.kid \