PILLUTLAAVINASH / google-enterprise-connector-manager

Automatically exported from code.google.com/p/google-enterprise-connector-manager
0 stars 0 forks source link

InstanceInfo and InstanceMap are missing spaces in log messages. #71

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Read the source.

What is the expected output? What do you see instead?

There are two log messages, one in InstanceInfo and one in InstanceMap, that 
include the name 
of a connector instance but omit the space before the name. They are:

InstanceInfo.java:160: "Using connector-specific xml config for connector" + 
connectorName
InstanceMap.java:170: + "; already exists for connector" + name);

Both need a space between the word "connector" and the closing double quote.

What version of the product are you using? On what operating system?

Connector Manager revision 730 (unchanged as of revision 754).

Please provide any additional information below.

Original issue reported on code.google.com by jl1615@gmail.com on 24 Mar 2008 at 10:54

GoogleCodeExporter commented 8 years ago

Original comment by donald.z...@gmail.com on 18 Apr 2008 at 10:29

GoogleCodeExporter commented 8 years ago
Fixed in revision r810 .

Original comment by Brett.Mi...@gmail.com on 30 May 2008 at 6:19

GoogleCodeExporter commented 8 years ago

Original comment by mgron...@gmail.com on 19 Jun 2008 at 6:35