Skip to content

Commit

Permalink
Use overloaded nsNameAndKind operator<<
Browse files Browse the repository at this point in the history
  • Loading branch information
mgehre committed Nov 5, 2011
1 parent 8f370ab commit f3e6a69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/asobject.cpp
Expand Up @@ -880,7 +880,7 @@ void variables_map::dumpVariables()
kind="NoCreate: ";
assert(false);
}
LOG(LOG_INFO, kind << '[' << it->second.ns.name << "] "<< it->first << ' ' <<
LOG(LOG_INFO, kind << '[' << it->second.ns << "] "<< it->first << ' ' <<
it->second.var << ' ' << it->second.setter << ' ' << it->second.getter);
}
}
Expand Down

0 comments on commit f3e6a69

Please sign in to comment.