Skip to content
Snippets Groups Projects
Commit 70e516dc authored by Rene Brun's avatar Rene Brun
Browse files

From Gerri

  The problem was due to a non-orthodox splitting of a line in a debug
  statement.


git-svn-id: http://root.cern.ch/svn/root/trunk@11019 27541ba8-7e3a-0410-8455-c3a389f83636
parent c613be97
Branches
Tags
No related merge requests found
// @(#)root/globus:$Name: $:$Id: GlobusAuth.cxx,v 1.16 2004/10/11 12:34:34 rdm Exp $ // @(#)root/globus:$Name: $:$Id: GlobusAuth.cxx,v 1.17 2005/01/14 17:10:29 rdm Exp $
// Author: Gerardo Ganis 15/01/2003 // Author: Gerardo Ganis 15/01/2003
/************************************************************************* /*************************************************************************
...@@ -1061,8 +1061,8 @@ void GlobusCleanupShm() ...@@ -1061,8 +1061,8 @@ void GlobusCleanupShm()
if ((rc == EINVAL) || (rc == EIDRM)) { if ((rc == EINVAL) || (rc == EIDRM)) {
if (gDebug > 3) if (gDebug > 3)
Info("GlobusCleanupShm:", Info("GlobusCleanupShm:",
"credentials shared memory segment %s"," "credentials shared memory segment %s"
already marked as destroyed"); "already marked as destroyed");
} else { } else {
Warning("GlobusCleanupShm:", Warning("GlobusCleanupShm:",
"unable to mark segment as destroyed (error: 0x%x)", "unable to mark segment as destroyed (error: 0x%x)",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment