function formatArgs(args) {
    return [util.format.apply(util.format, Array.prototype.slice.call(args))];
}