This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2gokdrive. commit 20d3038506f2ff96964a14ab3fd59bef212e4454 Author: Mihai Moldovan <ionic@ionic.de> Date: Tue Sep 12 13:39:27 2023 +0200 x2gokdrive.c: typo fix. --- debian/changelog | 1 + x2gokdrive.c | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index cfbf21e..58de13f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -12,6 +12,7 @@ x2gokdrive (0.0.0.2-0x2go1) UNRELEASED; urgency=medium [ Mihai Moldovan ] * New upstream version (0.0.0.2): - x2gokdriveremote.c: more typo fixes. + - x2gokdrive.c: typo fix. -- X2Go Release Manager <git-admin@x2go.org> Fri, 09 Jun 2023 20:34:58 +0200 diff --git a/x2gokdrive.c b/x2gokdrive.c index fb18298..5be8f2d 100644 --- a/x2gokdrive.c +++ b/x2gokdrive.c @@ -646,7 +646,7 @@ ephyrRandRSetConfig(ScreenPtr pScreen, EPHYR_DBG("HAVE VIRTUAl SCREENS: %d, configured: %d",i,pScrPriv->numOutputs); for(;i<pScrPriv->numOutputs;++i) { - EPHYR_DBG("Disconnect virtual screen %d",i); + EPHYR_DBG("Disconnecting virtual screen %d",i); updateOutput(pScreen, pScrPriv->outputs[i],screen->width, screen->height, 0,0, FALSE, FALSE); } } -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2gokdrive.git