aboutsummaryrefslogtreecommitdiff
path: root/Net.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Net.cpp')
-rw-r--r--Net.cpp7
1 files changed, 6 insertions, 1 deletions
diff --git a/Net.cpp b/Net.cpp
index 249b6bb..801210b 100644
--- a/Net.cpp
+++ b/Net.cpp
@@ -1,9 +1,14 @@
#include "Net.h"
#include <iostream>
+#include "prut.h"
+
void Net::setLevel(SignalLevel level){
this->level = level;
- std::cout << this->size() << std::endl;
+ // std::cout << this->size() << std::endl;
+ prutprintf("%u", this->size());
+
+
this->notify();
}