Go to the documentation of this file.
44 static const char* adapter_str =
"adapter";
58 switch(adapter->
type) {
64 "unknown adapter", adapter_str);
86 ods_log_error(
"[%s] unable to create adapter: create allocator failed",
94 ods_log_error(
"[%s] unable to create adapter: allocator failed",
102 adapter->
type = type;
136 ods_log_error(
"[%s] unable to read zone %s from adapter: unknown "
137 "adapter", adapter_str, adzone->
name);
158 ods_log_error(
"[%s] unable to write zone: no output adapter",
167 adapter_str, adzone->
name);
175 "adapter %s", adapter_str, adzone->
name,
182 ods_log_error(
"[%s] unable to write zone %s to adapter: unknown "
183 "adapter", adapter_str, adzone->
name);