Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
Actor Framework
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
cpp-libs
Actor Framework
Commits
08204930
Commit
08204930
authored
Jul 10, 2017
by
Dominik Charousset
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove obsolete INIT events
parent
e0e56d69
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
5 deletions
+1
-5
libcaf_core/caf/logger.hpp
libcaf_core/caf/logger.hpp
+0
-4
libcaf_core/src/local_actor.cpp
libcaf_core/src/local_actor.cpp
+1
-1
No files found.
libcaf_core/caf/logger.hpp
View file @
08204930
...
...
@@ -471,10 +471,6 @@ inline caf::actor_id caf_set_aid_dummy() { return 0; }
<< "; NODE =" << ref.node() \
<< "; GROUPS =" << logger::joined_groups_of(ref))
#define CAF_LOG_INIT_EVENT(aName, aHide) \
CAF_LOG_IMPL(CAF_LOG_FLOW_COMPONENT, CAF_LOG_LEVEL_DEBUG, \
"INIT ; NAME =" << aName << "; HIDDEN =" << aHide)
#define CAF_LOG_SEND_EVENT(ptr) \
CAF_LOG_IMPL(CAF_LOG_FLOW_COMPONENT, CAF_LOG_LEVEL_DEBUG, \
"SEND ; TO =" \
...
...
libcaf_core/src/local_actor.cpp
View file @
08204930
...
...
@@ -174,7 +174,7 @@ error local_actor::load_state(deserializer&, const unsigned int) {
}
void
local_actor
::
initialize
()
{
CAF_LOG_INIT_EVENT
(
name
(),
!
getf
(
is_registered_flag
));
// nop
}
bool
local_actor
::
cleanup
(
error
&&
fail_state
,
execution_unit
*
host
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment