This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2goserver. commit 097fcb601a26d594390960f91876e4977722d948 Author: Mihai Moldovan <ionic@ionic.de> Date: Thu Oct 26 08:33:22 2017 +0200 X2Go/Server/DB/SQLite3.pm: fix command name in error messages. --- X2Go/Server/DB/SQLite3.pm | 4 ++-- debian/changelog | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/X2Go/Server/DB/SQLite3.pm b/X2Go/Server/DB/SQLite3.pm index 2acb0b6..4aaf149 100644 --- a/X2Go/Server/DB/SQLite3.pm +++ b/X2Go/Server/DB/SQLite3.pm @@ -627,7 +627,7 @@ sub db_listshadowsessions $sth->execute($server, $realuser); if ($sth->err()) { - syslog('error', "listsessions (SQLite3 session db backend) failed with exitcode: $sth->err()"); + syslog('error', "listshadowsessions (SQLite3 session db backend) failed with exitcode: $sth->err()"); die(); } my @sessions = fetchrow_array_datasets($sth); @@ -651,7 +651,7 @@ sub db_listshadowsessions_all $sth->execute($realuser); if ($sth->err()) { - syslog('error', "listsessions_all (SQLite3 session db backend) failed with exitcode: $sth->err()"); + syslog('error', "listshadowsessions_all (SQLite3 session db backend) failed with exitcode: $sth->err()"); die(); } my @sessions = fetchrow_array_datasets($sth); diff --git a/debian/changelog b/debian/changelog index c377e8a..0322b5f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -194,6 +194,7 @@ x2goserver (4.1.0.0-0x2go1.2) UNRELEASED; urgency=low - x2goserver/sbin/x2gocleansessions: add -d short parameter for enabling debugging capabilities to POD. - README.md: whitespace fixes and typo correction. + - X2Go/Server/DB/SQLite3.pm: fix command name in error messages. * x2goserver.spec: - Only create session DB in x2goserver's post install script. Do use proper Requires(post) statements to make sure perl-X2Go-Server-DB and -- Alioth's /srv/git/code.x2go.org/x2goserver.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goserver.git