projects
/
metaproxy-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d019934
)
Reformat
author
Adam Dickmeiss
<adam@indexdata.dk>
Thu, 10 May 2012 12:39:54 +0000
(14:39 +0200)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Thu, 10 May 2012 12:39:54 +0000
(14:39 +0200)
src/metaproxy_prog.cpp
patch
|
blob
|
history
diff --git
a/src/metaproxy_prog.cpp
b/src/metaproxy_prog.cpp
index
7e25307
..
ecdee29
100644
(file)
--- a/
src/metaproxy_prog.cpp
+++ b/
src/metaproxy_prog.cpp
@@
-199,7
+199,7
@@
static int sc_main(
if (!doc)
{
- yaz_log (YLOG_FATAL,"XML parsing failed");
+ yaz_log(YLOG_FATAL,"XML parsing failed");
return 1;
}
// and perform Xinclude then
@@
-236,7
+236,7
@@
static int sc_main(
}
}
catch (std::logic_error &e) {
- yaz_log (YLOG_FATAL,"std::logic error: %s" , e.what() );
+ yaz_log(YLOG_FATAL,"std::logic error: %s" , e.what() );
ret = 1;
}
catch (std::runtime_error &e) {
@@
-267,8
+267,6
@@
int main(int argc, char **argv)
exit(ret);
}
-
-
/*
* Local variables:
* c-basic-offset: 4