File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
opengrok-indexer/src/main/java/org/opengrok/indexer/configuration Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 18
18
*/
19
19
20
20
/*
21
- * Copyright (c) 2007, 2023 , Oracle and/or its affiliates. All rights reserved.
21
+ * Copyright (c) 2007, 2024 , Oracle and/or its affiliates. All rights reserved.
22
22
* Portions Copyright (c) 2017, 2020, Chris Fraire <cfraire@me.com>.
23
23
* Portions Copyright (c) 2020, Aleksandr Kirillov <alexkirillovsamara@gmail.com>.
24
24
*/
@@ -1510,7 +1510,7 @@ public void encodeObject(OutputStream out) {
1510
1510
}
1511
1511
1512
1512
public static Configuration read (File file ) throws IOException {
1513
- LOGGER .log (Level .INFO , "Reading configuration from {0}" , file .getCanonicalPath ());
1513
+ LOGGER .log (Level .INFO , "Reading configuration from '' {0}'' " , file .getCanonicalPath ());
1514
1514
try (FileInputStream in = new FileInputStream (file )) {
1515
1515
return decodeObject (in );
1516
1516
}
You can’t perform that action at this time.
0 commit comments