X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FPPI%2FDebugModules.cc;h=cc7e1dae0e2b799a17b4bb110211f54cc67673a3;hb=c505c034e5fdc932c02aa3dc3847a5551011d87e;hp=2826166f13f4ba17c13d198650c915fe38201076;hpb=601d1f509f5bb24df167a4dd5a20da67a0af9af8;p=senf.git diff --git a/senf/PPI/DebugModules.cc b/senf/PPI/DebugModules.cc index 2826166..cc7e1da 100644 --- a/senf/PPI/DebugModules.cc +++ b/senf/PPI/DebugModules.cc @@ -1,6 +1,6 @@ // $Id$ // -// Copyright (C) 2008 +// Copyright (C) 2008 // Fraunhofer Institute for Open Communication Systems (FOKUS) // Competence Center NETwork research (NET), St. Augustin, GERMANY // Stefan Bund @@ -37,7 +37,7 @@ prefix_ void senf::ppi::module::debug::PassiveSource::request() { - SENF_ASSERT( ! packets_.empty() && + SENF_ASSERT( ! packets_.empty(), "senf::ppi::module::debug::PassiveSource::request(): " "Requesting packet from empty source." ); output(packets_.front());