diff options
author | Josh Blum | 2012-09-22 12:41:12 -0400 |
---|---|---|
committer | Josh Blum | 2012-09-22 12:41:12 -0400 |
commit | 89de2759ba95682f51865dd06b7509e48969dc96 (patch) | |
tree | 74778847d71d473db9f92c35af68328356a0876d /lib/element.cpp | |
parent | 8583c68cf63c8fbaaa01b9ee43b2b96c95c6e34e (diff) | |
download | sandhi-89de2759ba95682f51865dd06b7509e48969dc96.tar.gz sandhi-89de2759ba95682f51865dd06b7509e48969dc96.tar.bz2 sandhi-89de2759ba95682f51865dd06b7509e48969dc96.zip |
work on consume/produce implementation
Diffstat (limited to 'lib/element.cpp')
-rw-r--r-- | lib/element.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/element.cpp b/lib/element.cpp index 5ae20e0..b416261 100644 --- a/lib/element.cpp +++ b/lib/element.cpp @@ -33,7 +33,7 @@ Element::Element(const std::string &name) (*this)->name = name; (*this)->unique_id = ++unique_id_pool; - if (GENESIS) std::cerr << "New element: " << name << std::endl; + if (GENESIS) std::cerr << "New element: " << name << " " << (*this)->unique_id << std::endl; //default io signature to something IOSignature sig; sig.push_back(1); |