[X2Go-Commits] x2goserver.git - release/4.0.1.x (branch) updated: 3.0.99-2-233-gdbf158d

X2Go dev team git-admin at x2go.org
Thu Jun 6 13:34:49 CEST 2013


The branch, release/4.0.1.x has been updated
       via  dbf158d78a69c3affe60cde8e9c3488fe0ae78e5 (commit)
      from  ddcb3950ca7df0790a328acbfbaf9fe462fff83b (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 -----------------------------------------------------------------
-----------------------------------------------------------------------

Summary of changes:
 x2goserver/bin/x2goprint |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

The diff of changes is:
diff --git a/x2goserver/bin/x2goprint b/x2goserver/bin/x2goprint
index b8480ad..edff6eb 100755
--- a/x2goserver/bin/x2goprint
+++ b/x2goserver/bin/x2goprint
@@ -42,7 +42,7 @@ sub check_root
 	my $realuser=$uname;
 	if ($realuser ne "root")
 	{
-		syslog('err', "x2goprint was called by user $realuser directly, x2goprint exits now!");
+		syslog('err', "ERROR: x2goprint was called by user $realuser directly, x2goprint exits now!");
 		die "$realuser, you cannot use x2goprint as non-root user...";
 	}
 }
@@ -57,7 +57,7 @@ sub check_usage
 	}
 	elsif (scalar(@ARGV) != 4)
 	{
-		syslog('err', "x2goprint was called with a wrong number of cmd line args, x2goprint exits now!");
+		syslog('err', "ERROR: x2goprint was called with a wrong number of cmd line args, x2goprint exits now!");
 		print STDERR "ERROR: Usage:\nx2goprint user session file titleFile\nx2goprint user\n";
 		exit 1;
 	}
@@ -112,7 +112,7 @@ if ( $mounts=~m/$spooldir/)
 	syslog('info', "client-side spool dir is mounted, transferring printable file $pdfFile to X2go client system");
 
 	if (not move("$printdir/$pdfFile", "$spooltmp")) {
-		syslog('err', "x2goprint failed to process print spool job for file $pdfFile");
+		syslog('err', "ERROR: x2goprint failed to process print spool job for file $pdfFile");
 		die "$0: Can't move $printdir/$pdfFile to $spooltmp/";
 	}
 	chown $uid, $gid, "$spooltmp/$pdfFile";


hooks/post-receive
-- 
x2goserver.git (X2Go Server)

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 "x2goserver.git" (X2Go Server).




More information about the x2go-commits mailing list