--- nono/vm/event.cpp 2026/04/29 17:04:32 1.1.1.3 +++ nono/vm/event.cpp 2026/04/29 17:04:50 1.1.1.5 @@ -1,6 +1,7 @@ // // nono -// Copyright (C) 2018 isaki@NetBSD.org +// Copyright (C) 2020 nono project +// Licensed under nono-license.txt // #include "event.h" @@ -41,7 +42,7 @@ Event::SetName(const std::string& val) { name = val; if (name.length() > 25) { - dev->putmsg("Event Name \"%s\" is too long(%d chars)", + dev->putmsgn("Event Name \"%s\" is too long(%d chars)", name.c_str(), (int)name.length()); name.resize(25); }