diff options
author | Reinhard Tartler <siretart@tauware.de> | 2011-11-13 09:53:12 +0100 |
---|---|---|
committer | Reinhard Tartler <siretart@tauware.de> | 2011-11-13 09:53:12 +0100 |
commit | 2208f4f9ecf967579a364021f0847b3ad1d7777c (patch) | |
tree | a0ad1c7418273deaad5d1879c95f18d95e3f3eb3 /nxcompshad/Shadow.cpp | |
parent | 3d8e85c4749ee9e55601f6e540311008bf8f77af (diff) | |
download | nx-libs-2208f4f9ecf967579a364021f0847b3ad1d7777c.tar.gz nx-libs-2208f4f9ecf967579a364021f0847b3ad1d7777c.tar.bz2 nx-libs-2208f4f9ecf967579a364021f0847b3ad1d7777c.zip |
Imported nxcompshad-3.4.0-1.tar.gznxcompshad/3.4.0-1
Summary: Imported nxcompshad-3.4.0-1.tar.gz
Keywords:
Imported nxcompshad-3.4.0-1.tar.gz
into Git repository
Diffstat (limited to 'nxcompshad/Shadow.cpp')
-rw-r--r-- | nxcompshad/Shadow.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/nxcompshad/Shadow.cpp b/nxcompshad/Shadow.cpp index f9154aa25..e336ca679 100644 --- a/nxcompshad/Shadow.cpp +++ b/nxcompshad/Shadow.cpp @@ -1,6 +1,6 @@ /**************************************************************************/ /* */ -/* Copyright (c) 2001, 2007 NoMachine, http://www.nomachine.com. */ +/* Copyright (c) 2001, 2009 NoMachine, http://www.nomachine.com. */ /* */ /* NXCOMPSHAD, NX protocol compression and NX extensions to this software */ /* are copyright of NoMachine. Redistribution and use of the present */ @@ -152,7 +152,7 @@ static int NXCreatePoller(Display *display, Display **shadowDisplay) if (poller -> init() == -1) { - logTest("NXCreatePoller", "Failed to initialize poller."); + logWarning("NXCreatePoller", "Failed to initialize poller."); return -1; } @@ -270,7 +270,7 @@ int NXShadowCreate(void *dpy, char *keymap, char* shadowDisplayName, void **shad if (NXCreatePoller(display, shadowDisplay) != 1) { - logTest("NXShadowCreate", "NXCreatePoller failed."); + logWarning("NXShadowCreate", "NXCreatePoller failed."); return -1; } |