[X2go-Commits] cups-x2go.git - master (branch) updated: 3.0.0.2-28-gdc94404

X2go dev team git-admin at x2go.org
Sat Sep 10 02:45:46 CEST 2011


The branch, master has been updated
       via  dc9440484640c352fdfe2780692fef048569575d (commit)
      from  1bf0849263317a9baa1f9001db5dec3c1e93805f (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit dc9440484640c352fdfe2780692fef048569575d
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Sat Sep 10 02:46:55 2011 +0200

    loglevel warn has to be warning

-----------------------------------------------------------------------

Summary of changes:
 cups-x2go      |    4 ++--
 cups-x2go.conf |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

The diff of changes is:
diff --git a/cups-x2go b/cups-x2go
index 9943926..2275525 100755
--- a/cups-x2go
+++ b/cups-x2go
@@ -41,7 +41,7 @@ my $printdsa = "/root/.ssh/id_dsa-x2goprint";
 my $ps2pdf = "/usr/bin/gs -q -dCompatibilityLevel=1.4 -dNOPAUSE -dBATCH -dSAFER -sDEVICE=pdfwrite -sOutputFile=\"%s.pdf\" -dAutoRotatePages=/PageByPage -dAutoFilterColorImages=false -dColorImageFilter=/FlateEncode -dPDFSETTINGS=/prepress -c .setpdfwrite -f \"%s\"";
 #my $ps2pdf = "/usr/bin/gs -q -dCompatibilityLevel=1.4 -dNOPAUSE -dBATCH -dSAFER -sDEVICE=pdfwrite -sOutputFile=\"%s.pdf\" -dAutoRotatePages=/PageByPage -dAutoFilterColorImages=false -dColorImageFilter=/FlateEncode -dPDFSETTINGS=/prepress -c .setpdfwrite -f /usr/bin/margin-offset.ps \"%s\"";
 
-## loglevel for cups-x2go, possible values: emerg, alert, crit, err, warn, notice, info, debug
+## loglevel for cups-x2go, possible values: emerg, alert, crit, err, warning, notice, info, debug
 my $strloglevel = "notice";
 
 # override hardcoded settings via config file
@@ -96,7 +96,7 @@ sub setmylogmask {
 	elsif ( $strloglevel eq "alert" )  { $loglevel = LOG_ALERT; }
 	elsif ( $strloglevel eq "crit" )   { $loglevel = LOG_CRIT; }
 	elsif ( $strloglevel eq "err" )    { $loglevel = LOG_ERR; }
-	elsif ( $strloglevel eq "warn" )   { $loglevel = LOG_WARNING; }
+	elsif ( $strloglevel eq "warning" )   { $loglevel = LOG_WARNING; }
 	elsif ( $strloglevel eq "notice" ) { $loglevel = LOG_NOTICE; }
 	elsif ( $strloglevel eq "info" )   { $loglevel = LOG_INFO; }
 	elsif ( $strloglevel eq "debug" )  { $loglevel = LOG_DEBUG; }
diff --git a/cups-x2go.conf b/cups-x2go.conf
index 74d083d..e44f6dc 100644
--- a/cups-x2go.conf
+++ b/cups-x2go.conf
@@ -16,5 +16,5 @@
 ## command to generate PDF file
 #ps2pdf = /usr/bin/gs -q -dCompatibilityLevel=1.4 -dNOPAUSE -dBATCH -dSAFER -sDEVICE=pdfwrite -sOutputFile=\"%s.pdf\" -dAutoRotatePages=/PageByPage -dAutoFilterColorImages=false -dColorImageFilter=/FlateEncode -dPDFSETTINGS=/prepress -c .setpdfwrite -f \"%s\"
 
-## loglevel for cups-x2go, possible values: emerg, alert, crit, err, warn, notice, info, debug
+## loglevel for cups-x2go, possible values: emerg, alert, crit, err, warning, notice, info, debug
 #loglevel = notice


hooks/post-receive
-- 
cups-x2go.git (CUPS Backend for X2go Printing)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "cups-x2go.git" (CUPS Backend for X2go Printing).




More information about the x2go-commits mailing list