X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=util%2Finstance.cc;h=19d01fcf913c4d5d805d9e7e6eded819521ffd9e;hb=b5536bea274b350239bcba9cb84a18586a74a2d3;hp=23c8aec4f5947997d871bf766f70636c00851dca;hpb=3e955aec34f06bf9c024a7d48091012b0e3c7398;p=awesomized%2Flibmemcached diff --git a/util/instance.cc b/util/instance.cc index 23c8aec4..19d01fcf 100644 --- a/util/instance.cc +++ b/util/instance.cc @@ -192,7 +192,7 @@ bool Instance::run() switch(errno) { default: - std::cerr << "Failed during send(" << strerror(errno) << ")" << std::endl; + std::cerr << "Failed dureng send(" << strerror(errno) << ")" << std::endl; break; } }