]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
TestSnaps: Fix compile error
authorSamuel Just <samuel.just@dreamhost.com>
Mon, 11 Apr 2011 16:45:57 +0000 (09:45 -0700)
committerSamuel Just <samuel.just@dreamhost.com>
Mon, 11 Apr 2011 16:45:57 +0000 (09:45 -0700)
Introduced in 0e371de79e4047b92317dee353f6d75c2aba4260.

Signed-off-by: Samuel Just <samuel.just@dreamhost.com>
src/test/osd/TestSnaps.cc

index dfb3138de48118ec90c67f4612c6a4cf847300c6..469e7052742ec2ca06be1813900b823e8835f312 100644 (file)
@@ -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);