remote: Remove virConnectPtr from error/errorf

Also unify error/errorf to remoteError and update cfg.mk accordingly.
This commit is contained in:
Matthias Bolte 2010-04-03 14:55:42 +02:00
parent 564f4c2f9a
commit 9455323530
2 changed files with 325 additions and 388 deletions

3
cfg.mk
View File

@ -179,7 +179,7 @@ msg_gen_function += macvtapError
msg_gen_function += VIR_FREE
msg_gen_function += VIR_INFO
msg_gen_function += VIR_USE_CPU
msg_gen_function += errorf
msg_gen_function += remoteError
msg_gen_function += lxcError
msg_gen_function += networkLog
msg_gen_function += networkReportError
@ -222,7 +222,6 @@ msg_gen_function += xenXMError
# Uncomment the following and run "make syntax-check" to see diagnostics
# that are not yet marked for translation, but that need to be rewritten
# so that they are translatable.
# msg_gen_function += error
# msg_gen_function += fprintf
# msg_gen_function += testError
# msg_gen_function += virXenError

File diff suppressed because it is too large Load Diff