File diff r25654:e264fd698eb2 → r25655:1030dcb7eb52
src/signal.cpp
Show inline comments
 
@@ -153,7 +153,7 @@ public:
 
	{
 
		if (this->IsFull()) {
 
			overflowed = true;
 
			DEBUG(misc, 0, "SignalSegment too complex. Set %s is full (maximum %d)", name, items);
 
			Debug(misc, 0, "SignalSegment too complex. Set {} is full (maximum {})", name, items);
 
			return false; // set is full
 
		}