ccm-core: Fixed type in files.

git-svn-id: https://svn.libreccm.org/ccm/trunk@4264 8810af33-2d31-482b-a856-94f89814c4df
master
pb 2016-09-04 09:40:44 +00:00
parent 8b57e55dec
commit 354c4bd741
2 changed files with 3 additions and 3 deletions

View File

@ -79,7 +79,7 @@ files=$(ls ${CCM_LIB_DIR}/ccm-core*.jar 2> /dev/null | wc -l)
if [ "$files" == "0" ]
then
echo "Error: CCMfont_LIB_DIR is invalid \(no ccm-core*.jar file\(s\) in CCM_LIB_DIR\)."
echo "Error: CCM_LIB_DIR is invalid \(no ccm-core*.jar file\(s\) in CCM_LIB_DIR\)."
exit 1
fi

View File

@ -33,7 +33,7 @@ log4j.appender.console=org.apache.log4j.ConsoleAppender
# Widely used logging output
# ==========================
# For seeing progress of container startup process
log4j.logger.com.arsdigita.web.CCMApplicationContextListener=INFO
log4j.logger.com.arsdigita.web.CCMApplicationContextListener=ERROR
# For seeing progress of main runtime initialization process
#log4j.logger.com.arsdigita.runtime.CCMResourceManager=INFO
@ -58,7 +58,7 @@ log4j.logger.com.arsdigita.web.CCMApplicationContextListener=INFO
# Package redhat.persistence
# ==========================
# For debugging all queries run by persistence
#log4j.logger.com.redhat.persistence.engine.rdbms.RDBMSEngine=iu
#log4j.logger.com.redhat.persistence.engine.rdbms.RDBMSEngine=info
# Package templating
# ==================