Changeset fd806572060400af50d983bcef55dd90a6c39bde
- Timestamp:
- 09/07/11 20:01:06
(2 years ago)
- Author:
- Theo Schlossnagle <jesus@omniti.com>
- git-committer:
- Theo Schlossnagle <jesus@omniti.com> 1315425666 -0400
- git-parent:
[6e0e4ebc94a88b13dd060d72ad9e43a3cc32ec9e]
- git-author:
- Theo Schlossnagle <jesus@omniti.com> 1315425666 -0400
- Message:
too specific
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r9799031 |
rfd80657 |
|
| 477 | 477 | if(!ds_err) ds_err = noit_error; |
|---|
| 478 | 478 | if(!ingest_err) ingest_err = noit_error; |
|---|
| 479 | | if(!noit_conf_get_string(NULL, "/stratcon/database/journal/path", |
|---|
| | 479 | if(!noit_conf_get_string(NULL, "//database/journal/path", |
|---|
| 480 | 480 | &basejpath)) { |
|---|
| 481 | | noitL(noit_error, "/stratcon/database/journal/path is unspecified\n"); |
|---|
| | 481 | noitL(noit_error, "//database/journal/path is unspecified\n"); |
|---|
| 482 | 482 | exit(-1); |
|---|
| 483 | 483 | } |
|---|