From: Samuel Just Date: Mon, 11 Apr 2011 16:45:57 +0000 (-0700) Subject: TestSnaps: Fix compile error X-Git-Tag: v0.27~114 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=eacfb8d3819dbdf43d464b6882ef1b284f5c6068;p=ceph.git TestSnaps: Fix compile error Introduced in 0e371de79e4047b92317dee353f6d75c2aba4260. Signed-off-by: Samuel Just --- diff --git a/src/test/osd/TestSnaps.cc b/src/test/osd/TestSnaps.cc index dfb3138de481..469e7052742e 100644 --- a/src/test/osd/TestSnaps.cc +++ b/src/test/osd/TestSnaps.cc @@ -104,7 +104,7 @@ int main(int argc, char **argv) } char *id = getenv("CEPH_CLIENT_ID"); - if (id) cerr << "Client id is: " << id << dendl; + if (id) cerr << "Client id is: " << id << std::endl; string pool_name = "casdata"; RadosTestContext context(pool_name, max_in_flight, id);